| org.netbeans.modules.apisupport.project.SuiteProvider
SuiteProvider | public interface SuiteProvider (Code) | | Interface to be implemented mainly by projects which are part of Module Suite
or are Suite themselves.
See Also: org.netbeans.api.project.Project.getLookup author: Martin Krauskopf |
Method Summary | |
File | getSuiteDirectory() Returnts directory containing a regular suite or null if
a method implementation fails for some reason. |
getSuiteDirectory | File getSuiteDirectory()(Code) | | Returnts directory containing a regular suite or null if
a method implementation fails for some reason.
|
|
|