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. |
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.
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.