Forge - Shell API 1.2.0.Final

Uses of Class
org.jboss.forge.project.packaging.PackagingType

Packages that use PackagingType
org.jboss.forge.project.dependencies   
org.jboss.forge.project.facets   
org.jboss.forge.project.packaging   
org.jboss.forge.project.packaging.events   
org.jboss.forge.shell.util   
 

Uses of PackagingType in org.jboss.forge.project.dependencies
 

Methods in org.jboss.forge.project.dependencies that return PackagingType
 PackagingType DependencyImpl.getPackagingTypeEnum()
           
 PackagingType Dependency.getPackagingTypeEnum()
          Get the PackagingType of this Dependency, if the type is not one of the default supported types, OTHER will be returned;
 PackagingType ExcludedDependencyBuilder.getPackagingTypeEnum()
           
 PackagingType DependencyBuilder.getPackagingTypeEnum()
           
 

Methods in org.jboss.forge.project.dependencies with parameters of type PackagingType
 void DependencyImpl.setPackagingType(PackagingType packagingType)
           
 DependencyBuilder DependencyBuilder.setPackagingType(PackagingType type)
           
 

Uses of PackagingType in org.jboss.forge.project.facets
 

Methods in org.jboss.forge.project.facets that return PackagingType
 PackagingType PackagingFacet.getPackagingType()
          Get the packaging type currently in use by this project.
 

Methods in org.jboss.forge.project.facets with parameters of type PackagingType
 void PackagingFacet.setPackagingType(PackagingType type)
          Set the packaging type currently in use by this project.
 

Uses of PackagingType in org.jboss.forge.project.packaging
 

Methods in org.jboss.forge.project.packaging that return PackagingType
static PackagingType PackagingType.from(String type)
           
static PackagingType PackagingType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PackagingType[] PackagingType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of PackagingType in org.jboss.forge.project.packaging.events
 

Methods in org.jboss.forge.project.packaging.events that return PackagingType
 PackagingType PackagingChanged.getNewPackagingType()
           
 PackagingType PackagingChanged.getOldPackagingType()
           
 

Constructors in org.jboss.forge.project.packaging.events with parameters of type PackagingType
PackagingChanged(Project project, PackagingType old, PackagingType newType)
           
 

Uses of PackagingType in org.jboss.forge.shell.util
 

Methods in org.jboss.forge.shell.util that return types with arguments of type PackagingType
static List<PackagingType> ConstraintInspector.getCompatiblePackagingTypes(Class<?> type)
          Inspect the given Class for any dependencies to PackagingType types.
 


Forge - Shell API 1.2.0.Final

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