public class AssetSpecification extends LocatablePropertyHolder implements IAssetSpecification
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
path |
Constructor and Description |
---|
AssetSpecification() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPath()
Returns the base path for the asset.
|
java.lang.String |
getPropertyName()
Returns the name of the property to be created for this component, or null if no property
should be created.
|
void |
setPath(java.lang.String path) |
void |
setPropertyName(java.lang.String propertyName) |
getLocation, setLocation
getProperty, getPropertyNames, removeProperty, setProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getProperty, getPropertyNames, removeProperty, setProperty
protected java.lang.String path
public AssetSpecification()
public java.lang.String getPath()
getPath
in interface IAssetSpecification
public void setPath(java.lang.String path)
setPath
in interface IAssetSpecification
public java.lang.String getPropertyName()
PropertyInjectable
getPropertyName
in interface PropertyInjectable
public void setPropertyName(java.lang.String propertyName)
setPropertyName
in interface PropertyInjectable