Package ch.tocco.nice2.appmodule.api
Interface AppModule
- All Known Implementing Classes:
AppModuleImpl
public interface AppModule
Represents a Tocco module (a java
Module
whose name starts with 'nice').
This class provides simple access to the module resources (models, ACL and os on).- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionfindJavaResource
(String path) findModelResource
(String path) int
getIndex()
the index of this module in the sorted module listgetName()
-
Method Details
-
getName
String getName() -
getIndex
int getIndex()the index of this module in the sorted module list -
findModelResource
-
findJavaResource
-