com.jivesoftware.base.util
Class StartupContent.ExtraStartupJiveProperty
java.lang.Object
com.jivesoftware.base.util.StartupContent.ExtraStartupJiveProperty
- Enclosing class:
- StartupContent
public static class StartupContent.ExtraStartupJiveProperty
- extends java.lang.Object
Represents an entry in the jive_extra_startup_content.xml. All values are immutable since the actual file is
loaded from the classpath, and updates would not take permanent effect.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StartupContent.ExtraStartupJiveProperty
public StartupContent.ExtraStartupJiveProperty(java.lang.String name,
boolean overwrite,
boolean readonly,
java.lang.String propValue)
isOverwrite
public boolean isOverwrite()
isReadonly
public boolean isReadonly()
getPropValue
public java.lang.String getPropValue()
getName
public java.lang.String getName()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 1999-2006 Jive Software.