Kie Workbench - Common - Services API 6.2.0.CR4

org.kie.workbench.common.services.shared.kmodule
Interface KModuleService

All Superinterfaces:
org.uberfire.ext.editor.commons.service.support.SupportsRead<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
 boolean isKModule(org.uberfire.backend.vfs.Path resource)
          Return true if the file is the Project's kmodule.xml file
 org.uberfire.backend.vfs.Path setUpKModuleStructure(org.uberfire.backend.vfs.Path projectRoot)
           
 
Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsRead
load
 
Methods inherited from interface org.guvnor.common.services.shared.file.SupportsUpdate
save
 

Method Detail

isKModule

boolean isKModule(org.uberfire.backend.vfs.Path resource)
Return true if the file is the Project's kmodule.xml file

Parameters:
resource -
Returns:

setUpKModuleStructure

org.uberfire.backend.vfs.Path setUpKModuleStructure(org.uberfire.backend.vfs.Path projectRoot)

Kie Workbench - Common - Services API 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.