|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.link.OOInstallation
public class OOInstallation
This class finds out where OpenOffice.org is installed.
getInstance()
Method Summary | |
---|---|
List<File> |
getClasspath()
|
File |
getExecutable()
|
static OOInstallation |
getInstance()
Return the installation for this machine. |
List<URL> |
getURLs(Set<String> jars)
|
static void |
main(String[] args)
|
static void |
reset()
Forget the current installation to pick up a change (e.g. updated version). |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static OOInstallation getInstance() throws IOException
null
if not installed.
IOException
- if an error occurs while searching.public static void reset()
public final File getExecutable()
public final List<File> getClasspath()
public final List<URL> getURLs(Set<String> jars)
public String toString()
toString
in class Object
public static void main(String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |