public interface ProjectAssociationProvider
| Modifier and Type | Method and Description |
|---|---|
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.
|
boolean canAssociate(Project project, DirectoryResource parent)
void associate(Project project, DirectoryResource parent)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.