|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.mmtk.vm.BuildTimeConfig
public abstract class BuildTimeConfig
Build-time configuration constants for MMTk.
| Constructor Summary | |
|---|---|
BuildTimeConfig()
|
|
| Method Summary | |
|---|---|
abstract boolean |
getBooleanProperty(String name)
Return a property of type boolean |
abstract boolean |
getBooleanProperty(String name,
boolean dflt)
Return a property of type boolean, with default. |
abstract int |
getIntProperty(String name)
Return a property of type int |
abstract int |
getIntProperty(String name,
int dflt)
Return a property of type String, with default. |
abstract String |
getPlanName()
|
abstract String |
getStringProperty(String name)
Return a property of type String |
abstract String |
getStringProperty(String name,
String dflt)
Return a property of type String, with default. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BuildTimeConfig()
| Method Detail |
|---|
public abstract String getPlanName()
public abstract String getStringProperty(String name)
name - The name of the property
public abstract String getStringProperty(String name,
String dflt)
name - The name of the propertydflt - Default value
public abstract int getIntProperty(String name)
name - The name of the property
public abstract int getIntProperty(String name,
int dflt)
name - The name of the propertydflt - Default value
public abstract boolean getBooleanProperty(String name)
name - The name of the property
public abstract boolean getBooleanProperty(String name,
boolean dflt)
name - The name of the propertydflt - Default value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||