public interface Profiler extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag, JvmOptionBag
org.jvnet.hk2.config.types.PropertyBag.DuckJvmOptionBag.Duck| Modifier and Type | Method and Description |
|---|---|
String |
getClasspath()
Gets the value of the classpath property.
|
String |
getEnabled()
Gets the value of the enabled property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNativeLibraryPath()
Gets the value of the nativeLibraryPath property.
|
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per
PropertyBag |
void |
setClasspath(String value)
Sets the value of the classpath property.
|
void |
setEnabled(String value)
Sets the value of the enabled property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNativeLibraryPath(String value)
Sets the value of the nativeLibraryPath property.
|
getProperty, getPropertyValue, getPropertyValuecontains, getJvmOptions, getStartingWith, getXmsMegs, getXmxMegs, setJvmOptions@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") String getName()
Stringvoid setName(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getClasspath()
Stringvoid setClasspath(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getNativeLibraryPath()
Stringvoid setNativeLibraryPath(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getEnabled()
Stringvoid setEnabled(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@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.PropertyBagCopyright © 2013. All Rights Reserved.