public interface Locator extends InterchangeObject
Specifies information to help find a file that contains the essence or to help find the physical media.
| Modifier and Type | Method and Description |
|---|---|
Locator |
clone()
Create a cloned copy of this locator.
|
String |
getPath()
Returns the path string property of this locator, which provides access to
the URL property of a network locator and
the name property of a text locator.
|
void |
setPath(String path)
Sets the path string property of this locator, which provides access to
the URLString property of a network locator and
the name property of a text locator.
|
addApplicationPlugin, clearApplicationPlugins, containsApplicationPlugin, containsApplicationPlugin, countApplicationPlugins, deepEquals, disableGenerationTracking, enableGenerationTracking, equals, getApplicationPlugins, getGeneration, getLinkedGenerationID, getObjectClass, isGenerationTracked, removeApplicationPlugin, removeApplicationPlugin, setLinkedGenerationID, setObjectClass, toStringgetPersistentID, setPersistentIndexvoid setPath(@AAFString String path) throws NullPointerException
Sets the path string property of this locator, which provides access to the URLString property of a network locator and the name property of a text locator.
path - Path string property of this locator.NullPointerException - The given path is null.@AAFString String getPath()
Returns the path string property of this locator, which provides access to the URL property of a network locator and the name property of a text locator.
NetworkLocator.getURL()Locator clone()
Create a cloned copy of this locator.
clone in interface InterchangeObjectclone in interface MediaEntity(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.