public class PackagingRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,org.apache.maven.artifact.Artifact> |
artifacts |
protected File |
buildDir |
protected String |
classifier |
protected File |
descriptorFile |
protected String |
finalName |
protected boolean |
includeCaptiveRuntime |
protected Map<String,List<String>> |
includedFiles |
protected File |
inputFile |
protected String |
iosPackagingType |
protected File |
iosPlatformSdk |
protected File |
iosProvisioningProfile |
protected org.apache.maven.plugin.logging.Log |
log |
protected File |
outputFile |
protected Resolver |
resolver |
protected File |
storefile |
protected String |
storepass |
protected String |
storetype |
protected String |
targetPlatform |
protected File |
workDir |
| Constructor and Description |
|---|
PackagingRequest() |
protected org.apache.maven.plugin.logging.Log log
protected String targetPlatform
protected boolean includeCaptiveRuntime
protected String iosPackagingType
protected File iosProvisioningProfile
protected File iosPlatformSdk
protected Resolver resolver
protected File storefile
protected String storetype
protected String storepass
protected File inputFile
protected File outputFile
protected File descriptorFile
protected File workDir
protected File buildDir
protected String finalName
protected String classifier
public org.apache.maven.plugin.logging.Log getLog()
public void setLog(org.apache.maven.plugin.logging.Log log)
public Collection<org.apache.maven.artifact.Artifact> getArtifacts()
public org.apache.maven.artifact.Artifact getArtifact(String artifactId)
public void setArtifacts(Collection<org.apache.maven.artifact.Artifact> artifacts)
public String getTargetPlatform()
public void setTargetPlatform(String targetPlatform)
public boolean isIncludeCaptiveRuntime()
public void setIncludeCaptiveRuntime(boolean includeCaptiveRuntime)
public String getIosPackagingType()
public void setIosPackagingType(String iosPackagingType)
public File getIosProvisioningProfile()
public void setIosProvisioningProfile(File iosProvisioningProfile)
public File getIosPlatformSdk()
public void setIosPlatformSdk(File iosPlatformSdk)
public Resolver getResolver()
public void setResolver(Resolver resolver)
public File getStorefile()
public void setStorefile(File storefile)
public String getStoretype()
public void setStoretype(String storetype)
public String getStorepass()
public void setStorepass(String storepass)
public File getInputFile()
public void setInputFile(File inputFile)
public File getOutputFile()
public void setOutputFile(File outputFile)
public File getDescriptorFile()
public void setDescriptorFile(File descriptorFile)
public File getWorkDir()
public void setWorkDir(File workDir)
public File getBuildDir()
public void setBuildDir(File buildDir)
public String getFinalName()
public void setFinalName(String finalName)
public String getClassifier()
public void setClassifier(String classifier)
Copyright © 2008–2017 Sonatype, Inc.. All rights reserved.