public interface JavaConfig extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag, JvmOptionBag
| Modifier and Type | Interface and Description |
|---|---|
static class |
JavaConfig.Duck |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getProperty, getPropertyValue, getPropertyValuecontains, getJvmOptions, getStartingWith, getXmsMegs, getXmxMegs, setJvmOptionsString getJavaHome()
Stringvoid setJavaHome(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getDebugEnabled()
Stringvoid setDebugEnabled(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getDebugOptions()
Stringvoid setDebugOptions(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getRmicOptions()
Stringvoid setRmicOptions(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getJavacOptions()
Stringvoid setJavacOptions(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getClasspathPrefix()
Stringvoid setClasspathPrefix(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getClasspathSuffix()
Stringvoid setClasspathSuffix(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getServerClasspath()
Stringvoid setServerClasspath(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getSystemClasspath()
Stringvoid setSystemClasspath(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getNativeLibraryPathPrefix()
Stringvoid setNativeLibraryPathPrefix(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getNativeLibraryPathSuffix()
Stringvoid setNativeLibraryPathSuffix(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getBytecodePreprocessors()
Stringvoid setBytecodePreprocessors(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getEnvClasspathIgnored()
Stringvoid setEnvClasspathIgnored(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionProfiler getProfiler()
Profilervoid setProfiler(Profiler value) throws PropertyVetoException
value - allowed object is
ProfilerPropertyVetoException@ToDo(priority=IMPORTANT,
details="Provide PropertyDesc for legal props")
@PropertiesDesc(props={})
List<org.jvnet.hk2.config.types.Property> getProperty()
PropertyBaggetProperty in interface org.jvnet.hk2.config.types.PropertyBag@DuckTyped List<String> getJavacOptionsAsList()
Copyright © 2013. All Rights Reserved.