Kie Workbench - Common - Services API 6.2.0.Beta1

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

All Superinterfaces:
org.guvnor.common.services.shared.file.SupportsRead<KModuleModel>, org.guvnor.common.services.shared.file.SupportsUpdate<KModuleModel>

public interface KModuleService
extends org.guvnor.common.services.shared.file.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.guvnor.common.services.shared.file.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.Beta1

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