|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mortbay.jetty.plugin.util.SystemProperties
public class SystemProperties
SystemProperties Map of name to SystemProperty. When a SystemProperty instance is added, if it has not been already set (eg via the command line java system property) then it will be set.
| Constructor Summary | |
|---|---|
SystemProperties()
|
|
| Method Summary | |
|---|---|
java.util.List |
getSystemProperties()
|
SystemProperty |
getSystemProperty(java.lang.String name)
|
void |
setSystemProperty(SystemProperty prop)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SystemProperties()
| Method Detail |
|---|
public void setSystemProperty(SystemProperty prop)
public SystemProperty getSystemProperty(java.lang.String name)
public java.util.List getSystemProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||