public interface ProjectLocator
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsProject(DirectoryResource dir)
Return true if the given
DirectoryResource contains a project. |
Project |
createProject(DirectoryResource dir)
Attempt to locate a project root directory in the given folder.
|
Project createProject(DirectoryResource dir)
boolean containsProject(DirectoryResource dir)
DirectoryResource contains a project. Otherwise, return false.Copyright © 2013 JBoss by Red Hat. All Rights Reserved.