public class DestinationRepositoryDescriptor extends Object
Constructor and Description |
---|
DestinationRepositoryDescriptor(File location,
String name) |
DestinationRepositoryDescriptor(File location,
String name,
boolean compress,
boolean xzCompress,
boolean keepNonXzIndexFiles,
boolean metaDataOnly,
boolean append,
Map<String,String> extraArtifactRepositoryProperties) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getExtraArtifactRepositoryProperties() |
File |
getLocation() |
String |
getName() |
boolean |
isAppend() |
boolean |
isCompress() |
boolean |
isMetaDataOnly() |
boolean |
isXZCompress() |
boolean |
shouldKeepNonXzIndexFiles() |
public DestinationRepositoryDescriptor(File location, String name, boolean compress, boolean xzCompress, boolean keepNonXzIndexFiles, boolean metaDataOnly, boolean append, Map<String,String> extraArtifactRepositoryProperties)
public File getLocation()
public String getName()
public boolean isCompress()
public boolean isXZCompress()
public boolean shouldKeepNonXzIndexFiles()
public boolean isMetaDataOnly()
public boolean isAppend()
Copyright © 2008–2019 Eclipse Foundation. All rights reserved.