|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents any file that can contain Java classes. Note that the file can be a source or class file.
Method Summary | |
JotClass |
getClass(java.lang.String name)
Returns a JotClass object for the class defined in this file that matches the specified name. |
JotClass[] |
getClasses()
Returns an array of JotClass objects representing the top-level classes defined in this file. |
java.lang.String |
getName()
Returns the complete path of this file. |
java.lang.String |
getPackage()
Returns the package which contains this file. |
JotPackages |
getPackageManager()
Returns the JotPackageManager for this project |
long |
getTimestamp()
Returns the last modified date of this file as a long. |
Url |
getUrl()
Returns JBuilder's internal Url for this file. |
Method Detail |
public java.lang.String getName()
public Url getUrl()
public java.lang.String getPackage()
public long getTimestamp()
public JotClass[] getClasses()
public JotClass getClass(java.lang.String name)
null
.public JotPackages getPackageManager()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |