|
||||||||||
| 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 | |
|---|---|
String |
getBytecodePreprocessors()
Gets the value of the bytecodePreprocessors property. |
String |
getClasspathPrefix()
Gets the value of the classpathPrefix property. |
String |
getClasspathSuffix()
Gets the value of the classpathSuffix property. |
String |
getDebugEnabled()
Gets the value of the debugEnabled property. |
String |
getDebugOptions()
Gets the value of the debugOptions property. |
String |
getEnvClasspathIgnored()
Gets the value of the envClasspathIgnored property. |
String |
getJavacOptions()
Gets the value of the javacOptions property. |
List<String> |
getJavacOptionsAsList()
Returns the javac options for deployment. |
String |
getJavaHome()
Gets the value of the javaHome property. |
String |
getNativeLibraryPathPrefix()
Gets the value of the nativeLibraryPathPrefix property. |
String |
getNativeLibraryPathSuffix()
Gets the value of the nativeLibraryPathSuffix property. |
Profiler |
getProfiler()
Gets the value of the profiler property. |
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per PropertyBag |
String |
getRmicOptions()
Gets the value of the rmicOptions property. |
String |
getServerClasspath()
Gets the value of the serverClasspath property. |
String |
getSystemClasspath()
Gets the value of the systemClasspath property. |
void |
setBytecodePreprocessors(String value)
Sets the value of the bytecodePreprocessors property. |
void |
setClasspathPrefix(String value)
Sets the value of the classpathPrefix property. |
void |
setClasspathSuffix(String value)
Sets the value of the classpathSuffix property. |
void |
setDebugEnabled(String value)
Sets the value of the debugEnabled property. |
void |
setDebugOptions(String value)
Sets the value of the debugOptions property. |
void |
setEnvClasspathIgnored(String value)
Sets the value of the envClasspathIgnored property. |
void |
setJavacOptions(String value)
Sets the value of the javacOptions property. |
void |
setJavaHome(String value)
Sets the value of the javaHome property. |
void |
setNativeLibraryPathPrefix(String value)
Sets the value of the nativeLibraryPathPrefix property. |
void |
setNativeLibraryPathSuffix(String value)
Sets the value of the nativeLibraryPathSuffix property. |
void |
setProfiler(Profiler value)
Sets the value of the profiler property. |
void |
setRmicOptions(String value)
Sets the value of the rmicOptions property. |
void |
setServerClasspath(String value)
Sets the value of the serverClasspath property. |
void |
setSystemClasspath(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 |
|---|
String getJavaHome()
String
void setJavaHome(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getDebugEnabled()
String
void setDebugEnabled(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getDebugOptions()
String
void setDebugOptions(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getRmicOptions()
String
void setRmicOptions(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getJavacOptions()
String
void setJavacOptions(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getClasspathPrefix()
String
void setClasspathPrefix(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getClasspathSuffix()
String
void setClasspathSuffix(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getServerClasspath()
String
void setServerClasspath(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getSystemClasspath()
String
void setSystemClasspath(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getNativeLibraryPathPrefix()
String
void setNativeLibraryPathPrefix(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getNativeLibraryPathSuffix()
String
void setNativeLibraryPathSuffix(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getBytecodePreprocessors()
String
void setBytecodePreprocessors(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getEnvClasspathIgnored()
String
void setEnvClasspathIgnored(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionProfiler getProfiler()
Profiler
void setProfiler(Profiler value)
throws PropertyVetoException
value - allowed object is
Profiler
PropertyVetoException
@ToDo(priority=IMPORTANT,
details="Provide PropertyDesc for legal props")
@PropertiesDesc(props={})
List<org.jvnet.hk2.config.types.Property> getProperty()
PropertyBag
getProperty in interface org.jvnet.hk2.config.types.PropertyBag@DuckTyped List<String> getJavacOptionsAsList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||