|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectprotoj.core.StandardProperties
public final class StandardProperties
These are all the properties that are added to the PropertyStore on
behalf of the StandardProject.
| Constructor Summary | |
|---|---|
StandardProperties(CoreProject parent)
Create an instance with the owning parent project. |
|
| Method Summary | |
|---|---|
PropertyInfo |
getDebugConditionProperty()
Use to narrow down the many potential debug targets to a vm that contains a matching argument to its main() method. |
PropertyInfo |
getDebugPortProperty()
Set to a valid port number that the debugger should listen for connections on. |
PropertyInfo |
getDebugProperty()
Set to true or false to to turn debugging on or off. |
PropertyInfo |
getDebugSuspendProperty()
Set to true or false to switch suspend on or off for the debugging session. |
PropertyInfo |
getGcskipProperty()
Whether or not the upload to google code should occur. |
PropertyInfo |
getLevelProperty()
One of the logging levels constant values as declared in the log4j Level class. |
PropertyInfo |
getQuietProperty()
Set to true or false to turn the console appender on or off. |
PropertyInfo |
getScpskipProperty()
Whether or not the remote copy via scp should occur. |
PropertyInfo |
getStatusWindowProperty()
Whether or not to display the colored window at the end of the build. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StandardProperties(CoreProject parent)
parent - | Method Detail |
|---|
public PropertyInfo getDebugProperty()
public PropertyInfo getLevelProperty()
public PropertyInfo getQuietProperty()
public PropertyInfo getDebugSuspendProperty()
public PropertyInfo getDebugPortProperty()
public PropertyInfo getDebugConditionProperty()
main() method. For example,
specifying a value of archive will cause only the vm that
performs the archive task to be debugged.
public PropertyInfo getGcskipProperty()
public PropertyInfo getScpskipProperty()
public PropertyInfo getStatusWindowProperty()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||