Forge - Projects API 2.0.0.Alpha3

Uses of Interface
org.jboss.forge.projects.Project

Packages that use Project
org.jboss.forge.projects   
org.jboss.forge.projects.dependencies   
org.jboss.forge.projects.events   
 

Uses of Project in org.jboss.forge.projects
 

Classes in org.jboss.forge.projects that implement Project
 class AbstractProject
          Convenience base class for Project implementations.
 

Methods in org.jboss.forge.projects that return Project
 Project ProjectLocator.createProject(DirectoryResource targetDir)
          Create a new or existing Project with the given DirectoryResource as getProjectRoot().
 Project ProjectFactory.createProject(DirectoryResource projectDir)
          Create a Project in the specified DirectoryResource.
 Project ProjectFactory.createProject(DirectoryResource targetDir, Iterable<Class<? extends ProjectFacet>> facetTypes)
          Create a Project with the given ProjectFacet types in the specified DirectoryResource.
 Project ProjectFactory.findProject(DirectoryResource target)
          Locate a Project in the ancestry of the given DirectoryResource.
 Project ProjectFactory.findProject(DirectoryResource target, Predicate<Project> filter)
          Locate a Project in the ancestry of the given DirectoryResource.
 

Methods in org.jboss.forge.projects with parameters of type Project
 void ProjectAssociationProvider.associate(Project project, DirectoryResource parent)
          Create a parent-child association between the given Project and the given parent directory.
 boolean ProjectAssociationProvider.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.
 void ProjectListener.projectCreated(Project project)
           
 

Method parameters in org.jboss.forge.projects with type arguments of type Project
 Project ProjectFactory.findProject(DirectoryResource target, Predicate<Project> filter)
          Locate a Project in the ancestry of the given DirectoryResource.
 

Uses of Project in org.jboss.forge.projects.dependencies
 

Methods in org.jboss.forge.projects.dependencies with parameters of type Project
 Dependency DependencyInstaller.install(Project project, Dependency dependency)
          Install the given Dependency.
 Dependency DependencyInstaller.installManaged(Project project, Dependency dependency)
          Install a managed Dependency matching the given Dependency.
 boolean DependencyInstaller.isInstalled(Project project, Dependency dependency)
          Returns true if the given Dependency.
 

Uses of Project in org.jboss.forge.projects.events
 

Methods in org.jboss.forge.projects.events that return Project
 Project PackagingChanged.getProject()
           
 

Constructors in org.jboss.forge.projects.events with parameters of type Project
PackagingChanged(Project project, String previousType, String newType)
           
 


Forge - Projects API 2.0.0.Alpha3

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