public interface IProjectStructure
Modifier and Type | Method and Description |
---|---|
List<IFragmentStructure> |
getFragments() |
List<IModuleStructure> |
getModules() |
String |
getName() |
Path |
getPath() |
String |
getRemoteLocation() |
String |
getType() |
String getName()
String getType()
Path getPath()
String getRemoteLocation()
List<IFragmentStructure> getFragments()
List<IModuleStructure> getModules()