|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.engines.commonj.runtime.WorksRepository
public class WorksRepository
Constructor Summary | |
---|---|
WorksRepository(java.io.File rootDir)
Instantiates a new runtime repository. |
Method Summary | |
---|---|
boolean |
containsWork(CommonjWork work)
Contains work. |
java.io.File |
getExecutableWorkDir(CommonjWork work)
Gets the executable work dir. |
java.io.File |
getExecutableWorkFile(CommonjWork work)
Gets the executable work file. |
java.io.File |
getExecutableWorkProjectDir(CommonjWork work)
Gets the executable work project dir. |
java.io.File |
getRootDir()
Gets the root dir. |
void |
setRootDir(java.io.File rootDir)
Sets the root dir. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorksRepository(java.io.File rootDir)
rootDir
- the root dirMethod Detail |
---|
public java.io.File getRootDir()
public void setRootDir(java.io.File rootDir)
rootDir
- the new root dirpublic java.io.File getExecutableWorkProjectDir(CommonjWork work)
work
- the work
public java.io.File getExecutableWorkDir(CommonjWork work)
work
- the work
public java.io.File getExecutableWorkFile(CommonjWork work)
work
- the work
public boolean containsWork(CommonjWork work)
work
- the work
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |