|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.taverna.raven.appconfig.ApplicationRuntime
public class ApplicationRuntime
| Method Summary | |
|---|---|
java.io.File |
getApplicationHomeDir()
|
java.lang.ClassLoader |
getClassLoader()
|
java.net.URL |
getDefaultPluginsDir()
|
java.net.URL |
getDefaultRepositoryDir()
|
static ApplicationRuntime |
getInstance()
Get the application runtime settings. |
java.io.File |
getLocalRepositoryDir()
Get the local repository directory. |
java.io.File |
getPluginsDir()
|
Repository |
getRavenRepository()
|
java.net.URL |
getSplashScreenURL()
|
java.util.Set<Artifact> |
getSystemArtifacts()
|
void |
setApplicationHomeDir(java.io.File applicationHomeDir)
|
void |
setLocalRepositoryDir(java.io.File localRepositoryDir)
Set (and if necessary create) the local repository directory to be returned by getLocalRepositoryDir(). |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ApplicationRuntime getInstance()
public java.io.File getLocalRepositoryDir()
public java.io.File getApplicationHomeDir()
public void setLocalRepositoryDir(java.io.File localRepositoryDir)
throws java.io.IOException
getLocalRepositoryDir().
localRepositoryDir - Directory that is to be the the new local repository
java.io.IOException - If the localRepositoryDir could not be created or accessed as
a directory.public Repository getRavenRepository()
public java.util.Set<Artifact> getSystemArtifacts()
public java.lang.ClassLoader getClassLoader()
public void setApplicationHomeDir(java.io.File applicationHomeDir)
public java.io.File getPluginsDir()
public java.net.URL getDefaultPluginsDir()
public java.net.URL getDefaultRepositoryDir()
public java.net.URL getSplashScreenURL()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||