|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.config.program.ConfigProgram
com.caucho.config.types.ResourceGroupConfig
com.caucho.config.types.EnvEntry
public class EnvEntry
Configuration for the env-entry pattern.
| Constructor Summary | |
|---|---|
EnvEntry()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getEnvEntryName()
Gets the env-entry-name |
java.lang.Class |
getEnvEntryType()
Gets the env-entry-type |
java.lang.String |
getEnvEntryValue()
Gets the env-entry-value |
void |
init()
Gets the env-entry-value |
void |
setEnvEntryName(java.lang.String name)
Sets the env-entry-name |
void |
setEnvEntryType(java.lang.Class type)
Sets the env-entry-type |
void |
setEnvEntryValue(java.lang.String value)
Sets the env-entry-value |
void |
setId(java.lang.String id)
|
java.lang.String |
toString()
|
void |
validate()
Validates the resource-ref, i.e. |
| Methods inherited from class com.caucho.config.types.ResourceGroupConfig |
|---|
addInjectionTarget, error, inject, setConfigLocation, setDefaultInjectionClass, setDescription |
| Methods inherited from class com.caucho.config.program.ConfigProgram |
|---|
addProgram, configure, configure, configure, configure, configure, init |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EnvEntry()
| Method Detail |
|---|
public void setId(java.lang.String id)
setId in class ResourceGroupConfigpublic void setEnvEntryName(java.lang.String name)
public java.lang.String getEnvEntryName()
public void setEnvEntryType(java.lang.Class type)
public java.lang.Class getEnvEntryType()
public void setEnvEntryValue(java.lang.String value)
public java.lang.String getEnvEntryValue()
public void init()
throws java.lang.Exception
init in class ResourceGroupConfigjava.lang.Exception
public void validate()
throws ConfigException
validate in interface ValidatorConfigExceptionpublic java.lang.String toString()
toString in class ResourceGroupConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||