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, setLocationgetProperty, getPropertyNames, removeProperty, setPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProperty, getPropertyNames, removeProperty, setPropertyprotected java.lang.String path
public AssetSpecification()
public java.lang.String getPath()
getPath in interface IAssetSpecificationpublic void setPath(java.lang.String path)
setPath in interface IAssetSpecificationpublic java.lang.String getPropertyName()
PropertyInjectablegetPropertyName in interface PropertyInjectablepublic void setPropertyName(java.lang.String propertyName)
setPropertyName in interface PropertyInjectable