Uses of Class
org.axway.grapes.commons.datamodel.Artifact

Packages that use Artifact
org.axway.grapes.commons.datamodel   
org.axway.grapes.commons.utils   
 

Uses of Artifact in org.axway.grapes.commons.datamodel
 

Methods in org.axway.grapes.commons.datamodel that return Artifact
static Artifact DataModelFactory.createArtifact(String groupId, String artifactId, String version, String classifier, String type, String extension)
          Generates an artifact regarding the parameters.
 Artifact Dependency.getTarget()
           
 

Methods in org.axway.grapes.commons.datamodel that return types with arguments of type Artifact
 Set<Artifact> Module.getArtifacts()
           
 

Methods in org.axway.grapes.commons.datamodel with parameters of type Artifact
 void Module.addArtifact(Artifact artifact)
          Adds an artifact to the module.
static Dependency DataModelFactory.createDependency(Artifact artifact, Scope scope)
          Generates a dependency regarding the parameters.
static Dependency DataModelFactory.createDependency(Artifact artifact, String scope)
          Generates a dependency regarding the parameters.
protected  void Dependency.setTarget(Artifact artifact)
           
 

Method parameters in org.axway.grapes.commons.datamodel with type arguments of type Artifact
 void Module.addAllArtifacts(List<Artifact> artifacts)
          Adds a set of artifact to the module.
 

Uses of Artifact in org.axway.grapes.commons.utils
 

Methods in org.axway.grapes.commons.utils that return Artifact
static Artifact JsonUtils.unserializeArtifact(String artifact)
          Un-serialize a report with Json
 

Methods in org.axway.grapes.commons.utils that return types with arguments of type Artifact
static List<Artifact> ModuleUtils.getAllArtifacts(Module module)
          Returns all the Artifacts of the module
 



Copyright © 2014. All Rights Reserved.