org.jtools.props
Class SimplePropertyStyle
java.lang.Object
org.jtools.props.SimplePropertyStyle
- All Implemented Interfaces:
- Cloneable, PropertyStyle
public class SimplePropertyStyle
- extends Object
- implements PropertyStyle, Cloneable
STYLE_ANT
public static final PropertyStyle STYLE_ANT
STYLE_DEFAULT
public static final PropertyStyle STYLE_DEFAULT
SimplePropertyStyle
public SimplePropertyStyle()
SimplePropertyStyle
public SimplePropertyStyle(String startTag,
String endTag,
String tempTag,
String localTag,
String currentPathProperty,
String initialPathProperty,
String defaultEntriesProperty,
String defaultLinkProperty,
String filenameProperty)
clone
public Object clone()
- Overrides:
clone
in class Object
getCurrentPathProperty
public String getCurrentPathProperty()
- Specified by:
getCurrentPathProperty
in interface PropertyStyle
getDefaultEntriesProperty
public String getDefaultEntriesProperty()
- Specified by:
getDefaultEntriesProperty
in interface PropertyStyle
getDefaultLinkProperty
public String getDefaultLinkProperty()
- Specified by:
getDefaultLinkProperty
in interface PropertyStyle
getFilenameProperty
public String getFilenameProperty()
- Specified by:
getFilenameProperty
in interface PropertyStyle
getInitialPathProperty
public String getInitialPathProperty()
- Specified by:
getInitialPathProperty
in interface PropertyStyle
getLocalKeyPrefix
public String getLocalKeyPrefix()
- Specified by:
getLocalKeyPrefix
in interface PropertyStyle
getReferencePrefix
public String getReferencePrefix()
- Specified by:
getReferencePrefix
in interface PropertyStyle
getReferenceSuffix
public String getReferenceSuffix()
- Specified by:
getReferenceSuffix
in interface PropertyStyle
getTempKeyPrefix
public String getTempKeyPrefix()
- Specified by:
getTempKeyPrefix
in interface PropertyStyle
setCurrentPathProperty
public void setCurrentPathProperty(String currentPathProperty)
setDefaultEntriesProperty
public void setDefaultEntriesProperty(String defaultEntriesProperty)
setDefaultLinkProperty
public void setDefaultLinkProperty(String defaultLinkProperty)
setFilenameProperty
public void setFilenameProperty(String filenameProperty)
setInitialPathProperty
public void setInitialPathProperty(String initialPathProperty)
setLocalKeyPrefix
public void setLocalKeyPrefix(String localTag)
setReferencePrefix
public void setReferencePrefix(String startTag)
setReferenceSuffix
public void setReferenceSuffix(String endTag)
setTempKeyPrefix
public void setTempKeyPrefix(String tempTag)
updateWith
public void updateWith(PropertyStyle style)
© 2000-2006, JTools.org.