|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--ch.elca.dependency.graph.PerspectiveManager
This class is responsible for loading perspectives from a config file and to make them available.
| Constructor Summary | |
PerspectiveManager()
|
|
| Method Summary | |
static Perspective |
loadFirstPerspective(java.io.File perspectiveConfig)
Load the first perspective defined in a config file. |
static Perspective[] |
loadPerspectives(java.io.File perspectiveConfig)
Load Perspectives described in File
perspectiveConfig. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PerspectiveManager()
| Method Detail |
public static Perspective[] loadPerspectives(java.io.File perspectiveConfig)
File
perspectiveConfig. If the file specified doesn't exist or is
not readable or it cann't be parsed by the Digester, just one
default perspective will be available.
perspectiveConfig - a String identifying the
perspectives config file.public static Perspective loadFirstPerspective(java.io.File perspectiveConfig)
perspectiveConfig - a File value
Perspective value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||