Forge - Shell API 1.2.0.Final

org.jboss.forge.project.services
Interface ProjectAssociationProvider


public interface ProjectAssociationProvider

Author:
Torben Jaeger, Lincoln Baxter, III

Method Summary
 void associate(Project project, DirectoryResource parent)
          Create a parent-child association between the given Project and the given parent directory.
 boolean canAssociate(Project project, DirectoryResource parent)
          Return true if this provide is capable of creating a parent-child association between the given Project and the given parent directory.
 

Method Detail

canAssociate

boolean canAssociate(Project project,
                     DirectoryResource parent)
Return true if this provide is capable of creating a parent-child association between the given Project and the given parent directory.


associate

void associate(Project project,
               DirectoryResource parent)
Create a parent-child association between the given Project and the given parent directory.


Forge - Shell API 1.2.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.