Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.base.util
Class StartupContent.ExtraStartupJiveProperty

java.lang.Object
  extended by 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.


Constructor Summary
StartupContent.ExtraStartupJiveProperty(java.lang.String name, boolean overwrite, boolean readonly, java.lang.String propValue)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getPropValue()
           
 boolean isOverwrite()
           
 boolean isReadonly()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StartupContent.ExtraStartupJiveProperty

public StartupContent.ExtraStartupJiveProperty(java.lang.String name,
                                               boolean overwrite,
                                               boolean readonly,
                                               java.lang.String propValue)
Method Detail

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

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.