public interface Profiler extends ConfigBeanProxy, PropertyBag, JvmOptionBag
PropertyBag.Duck
JvmOptionBag.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, removeProperty
contains, getJvmOptions, getJvmRawOptions, getStartingWith, getXmsMegs, getXmxMegs, setJvmOptions
createChild, 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()
String
void setName(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
String getClasspath()
String
void setClasspath(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
String getNativeLibraryPath()
String
void setNativeLibraryPath(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
String getEnabled()
String
void setEnabled(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
@ToDo(priority=IMPORTANT, details="Provide PropertyDesc for legal props") @PropertiesDesc(props={}) List<Property> getProperty()
PropertyBag
getProperty
in interface PropertyBag
Copyright © 2018. All rights reserved.