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) |
Modifier and Type | Method and Description |
---|---|
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)
public File getLocation()
public String getName()
public boolean isCompress()
public boolean isXZCompress()
public boolean shouldKeepNonXzIndexFiles()
public boolean isMetaDataOnly()
public boolean isAppend()
Copyright © 2008–2016 Eclipse Foundation. All rights reserved.