JTools

org.jtools.props
Class SimplePropertyStyle

java.lang.Object
  extended by org.jtools.props.SimplePropertyStyle
All Implemented Interfaces:
Cloneable, PropertyStyle

public class SimplePropertyStyle
extends Object
implements PropertyStyle, Cloneable


Field Summary
static PropertyStyle STYLE_ANT
           
static PropertyStyle STYLE_DEFAULT
           
 
Constructor Summary
SimplePropertyStyle()
           
SimplePropertyStyle(String startTag, String endTag, String tempTag, String localTag, String currentPathProperty, String initialPathProperty, String defaultEntriesProperty, String defaultLinkProperty, String filenameProperty)
           
 
Method Summary
 Object clone()
           
 String getCurrentPathProperty()
           
 String getDefaultEntriesProperty()
           
 String getDefaultLinkProperty()
           
 String getFilenameProperty()
           
 String getInitialPathProperty()
           
 String getLocalKeyPrefix()
           
 String getReferencePrefix()
           
 String getReferenceSuffix()
           
 String getTempKeyPrefix()
           
 void setCurrentPathProperty(String currentPathProperty)
           
 void setDefaultEntriesProperty(String defaultEntriesProperty)
           
 void setDefaultLinkProperty(String defaultLinkProperty)
           
 void setFilenameProperty(String filenameProperty)
           
 void setInitialPathProperty(String initialPathProperty)
           
 void setLocalKeyPrefix(String localTag)
           
 void setReferencePrefix(String startTag)
           
 void setReferenceSuffix(String endTag)
           
 void setTempKeyPrefix(String tempTag)
           
 void updateWith(PropertyStyle style)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STYLE_ANT

public static final PropertyStyle STYLE_ANT

STYLE_DEFAULT

public static final PropertyStyle STYLE_DEFAULT
Constructor Detail

SimplePropertyStyle

public SimplePropertyStyle()

SimplePropertyStyle

public SimplePropertyStyle(String startTag,
                           String endTag,
                           String tempTag,
                           String localTag,
                           String currentPathProperty,
                           String initialPathProperty,
                           String defaultEntriesProperty,
                           String defaultLinkProperty,
                           String filenameProperty)
Method Detail

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)

JTools

© 2000-2006, JTools.org.