org.jsxp.framework
Class ProjectStage

java.lang.Object
  extended by org.jsxp.framework.ProjectStage

public class ProjectStage
extends java.lang.Object

The default ProjectStage class. You can create subclasses if you need a special behaviour in different project stages. Or you can check the project stage in your code to react in different ways.


Constructor Summary
ProjectStage(java.lang.String name)
          Instantiates a new project stage.
 
Method Summary
 java.lang.String getName()
          Gets the name.
 boolean useDebugMessagesViewController()
          Use debug messages view control.
 boolean useDeveloperWarningsViewController()
          Use developer warnings view control.
 boolean useScopeMessagesViewController()
          Use scope messages view control.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectStage

public ProjectStage(java.lang.String name)
Instantiates a new project stage. You should use Application.createProjectStage(String) to create a new instance of project stage, so that is is directly configurated.

Parameters:
name - the name
Method Detail

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

useDebugMessagesViewController

public boolean useDebugMessagesViewController()
Use debug messages view control.

Returns:
true, if successful

useDeveloperWarningsViewController

public boolean useDeveloperWarningsViewController()
Use developer warnings view control.

Returns:
true, if successful

useScopeMessagesViewController

public boolean useScopeMessagesViewController()
Use scope messages view control.

Returns:
true, if successful


Copyright © 2012 Oliver Szymanski & David Tanzer