Forge - Projects API 2.0.0.Alpha3

org.jboss.forge.projects
Interface ProjectAssociationProvider


@Exported
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 - Projects API 2.0.0.Alpha3

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