|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsears.tools.InfoPlist
public class InfoPlist
This class gives methods for read information into an Info.plist XML file (without a parser)
on a Mac OS X system.
Constructor Summary | |
---|---|
InfoPlist()
|
Method Summary | |
---|---|
static java.lang.String |
getBundleExecutableName(java.lang.String pathOfApp)
this method returns the name of the executable file contains in a .app bundle with the path of .app bundle given in parameter. |
static java.lang.String |
getExecutablePath(java.lang.String pathOfApp)
this method returns the path of the executable file contains in a .app bundle with the path of .app bundle given in parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InfoPlist()
Method Detail |
---|
public static java.lang.String getExecutablePath(java.lang.String pathOfApp)
pathOfApp
- the path of the .app bundle.
public static java.lang.String getBundleExecutableName(java.lang.String pathOfApp)
pathOfApp
- the path of the .app bundle.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |