Interface KModuleService
-
- All Superinterfaces:
org.uberfire.ext.editor.commons.service.support.SupportsRead<KModuleModel>,org.guvnor.common.services.shared.file.SupportsUpdate<KModuleModel>,org.uberfire.ext.editor.commons.service.support.SupportsUpdate<KModuleModel,org.guvnor.common.services.shared.metadata.model.Metadata>
public interface KModuleService extends org.uberfire.ext.editor.commons.service.support.SupportsRead<KModuleModel>, org.guvnor.common.services.shared.file.SupportsUpdate<KModuleModel>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisKModule(org.uberfire.backend.vfs.Path resource)Return true if the file is the Project's kmodule.xml fileorg.uberfire.backend.vfs.PathsetUpKModule(org.uberfire.backend.vfs.Path path)
-