|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SourceLayout
Represents a bean interface holding the directory layout of a project's source directory (project sources/headers and resources go here).
Method Summary | |
---|---|
File |
appFile()
Returns the application resource file of an application project. |
File |
appupFile()
Returns the application upgrade file of an application project. |
File |
base()
Returns the base project directory. |
File |
ebin()
Returns the directory where the application (upgrade) files reside. |
File |
include()
Returns the directory where header files reside. |
File |
mibs()
Returns the directory where MIB soruces reside. |
File |
overviewEdoc()
Returns the path to the application overview file overview.edoc . |
File |
priv()
Returns the directory where the private resources reside. |
File |
relFile()
Returns the release file of a release project. |
File |
relupFile()
Returns the release upgrade file of a release project. |
File |
src()
Returns the directory where the erlang sources reside. |
File |
sysConfigFile()
Returns the system configuration file of a release project. |
File |
testInclude()
Returns the directory where erlang include files for tests reside. |
File |
testPriv()
Returns the directory where private test resources reside. |
Collection<File> |
testSrcs()
Returns the directory where the erlang test source files reside. |
Method Detail |
---|
File base()
File ebin()
File appFile()
File
is not guaranteed to exist.
File appupFile()
File
is not guaranteed to exist.
File include()
File priv()
File src()
File mibs()
File testInclude()
File testPriv()
Collection<File> testSrcs()
File overviewEdoc()
overview.edoc
.
File relFile()
File
is
not guaranteed to exist.
File relupFile()
File
is not guaranteed to exist.
File sysConfigFile()
File
is not guaranteed to exist.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |