|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JavaConfig
Java Runtime environment configuration
| Nested Class Summary | |
|---|---|
static class |
JavaConfig.Duck
|
| Method Summary | |
|---|---|
java.lang.String |
getBytecodePreprocessors()
Gets the value of the bytecodePreprocessors property. |
java.lang.String |
getClasspathPrefix()
Gets the value of the classpathPrefix property. |
java.lang.String |
getClasspathSuffix()
Gets the value of the classpathSuffix property. |
java.lang.String |
getDebugEnabled()
Gets the value of the debugEnabled property. |
java.lang.String |
getDebugOptions()
Gets the value of the debugOptions property. |
java.lang.String |
getEnvClasspathIgnored()
Gets the value of the envClasspathIgnored property. |
java.lang.String |
getJavacOptions()
Gets the value of the javacOptions property. |
java.util.List<java.lang.String> |
getJavacOptionsAsList()
Returns the javac options for deployment. |
java.lang.String |
getJavaHome()
Gets the value of the javaHome property. |
java.lang.String |
getNativeLibraryPathPrefix()
Gets the value of the nativeLibraryPathPrefix property. |
java.lang.String |
getNativeLibraryPathSuffix()
Gets the value of the nativeLibraryPathSuffix property. |
Profiler |
getProfiler()
Gets the value of the profiler property. |
java.util.List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per PropertyBag |
java.lang.String |
getRmicOptions()
Gets the value of the rmicOptions property. |
java.lang.String |
getServerClasspath()
Gets the value of the serverClasspath property. |
java.lang.String |
getSystemClasspath()
Gets the value of the systemClasspath property. |
void |
setBytecodePreprocessors(java.lang.String value)
Sets the value of the bytecodePreprocessors property. |
void |
setClasspathPrefix(java.lang.String value)
Sets the value of the classpathPrefix property. |
void |
setClasspathSuffix(java.lang.String value)
Sets the value of the classpathSuffix property. |
void |
setDebugEnabled(java.lang.String value)
Sets the value of the debugEnabled property. |
void |
setDebugOptions(java.lang.String value)
Sets the value of the debugOptions property. |
void |
setEnvClasspathIgnored(java.lang.String value)
Sets the value of the envClasspathIgnored property. |
void |
setJavacOptions(java.lang.String value)
Sets the value of the javacOptions property. |
void |
setJavaHome(java.lang.String value)
Sets the value of the javaHome property. |
void |
setNativeLibraryPathPrefix(java.lang.String value)
Sets the value of the nativeLibraryPathPrefix property. |
void |
setNativeLibraryPathSuffix(java.lang.String value)
Sets the value of the nativeLibraryPathSuffix property. |
void |
setProfiler(Profiler value)
Sets the value of the profiler property. |
void |
setRmicOptions(java.lang.String value)
Sets the value of the rmicOptions property. |
void |
setServerClasspath(java.lang.String value)
Sets the value of the serverClasspath property. |
void |
setSystemClasspath(java.lang.String value)
Sets the value of the systemClasspath property. |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag |
|---|
getProperty, getPropertyValue, getPropertyValue |
| Methods inherited from interface com.sun.enterprise.config.serverbeans.JvmOptionBag |
|---|
contains, getJvmOptions, getStartingWith, getXmsMegs, getXmxMegs, setJvmOptions |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Method Detail |
|---|
java.lang.String getJavaHome()
String
void setJavaHome(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getDebugEnabled()
String
void setDebugEnabled(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getDebugOptions()
String
void setDebugOptions(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getRmicOptions()
String
void setRmicOptions(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getJavacOptions()
String
void setJavacOptions(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getClasspathPrefix()
String
void setClasspathPrefix(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getClasspathSuffix()
String
void setClasspathSuffix(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getServerClasspath()
String
void setServerClasspath(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getSystemClasspath()
String
void setSystemClasspath(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getNativeLibraryPathPrefix()
String
void setNativeLibraryPathPrefix(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getNativeLibraryPathSuffix()
String
void setNativeLibraryPathSuffix(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getBytecodePreprocessors()
String
void setBytecodePreprocessors(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getEnvClasspathIgnored()
String
void setEnvClasspathIgnored(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionProfiler getProfiler()
Profiler
void setProfiler(Profiler value)
throws java.beans.PropertyVetoException
value - allowed object is
Profiler
java.beans.PropertyVetoException
@ToDo(priority=IMPORTANT,
details="Provide PropertyDesc for legal props")
@PropertiesDesc(props={})
java.util.List<org.jvnet.hk2.config.types.Property> getProperty()
PropertyBag
getProperty in interface org.jvnet.hk2.config.types.PropertyBag@DuckTyped java.util.List<java.lang.String> getJavacOptionsAsList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||