public interface Profiler extends ConfigBeanProxy, PropertyBag, JvmOptionBag
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.
|
@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") String |
getName()
Gets the value of the name property.
|
String |
getNativeLibraryPath()
Gets the value of the nativeLibraryPath property.
|
List<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.
|
addProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removePropertycontains, getJvmOptions, getJvmRawOptions, getStartingWith, getXmsMegs, getXmxMegs, setJvmOptionscreateChild, deepCopy, getParent, getParent@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") @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<Property> getProperty()
PropertyBaggetProperty in interface PropertyBagCopyright © 2019. All rights reserved.