public class ClassPathEntry extends Object
| Constructor and Description |
|---|
ClassPathEntry(File file,
boolean isOutput)
Creates a new ClassPathEntry with the given file and output flag.
|
| Modifier and Type | Method and Description |
|---|---|
List |
getAarFilter()
Returns the name filter that is applied to aar files in this entry, if any.
|
List |
getApkFilter()
Returns the name filter that is applied to apk files in this entry, if any.
|
List |
getEarFilter()
Returns the name filter that is applied to ear files in this entry, if any.
|
File |
getFile()
Returns the file.
|
List |
getFilter()
Returns the name filter that is applied to bottom-level files in this entry.
|
List |
getJarFilter()
Returns the name filter that is applied to jar files in this entry, if any.
|
String |
getName()
Returns the path name of the entry.
|
List |
getWarFilter()
Returns the name filter that is applied to war files in this entry, if any.
|
List |
getZipFilter()
Returns the name filter that is applied to zip files in this entry, if any.
|
boolean |
isAar()
Returns whether this data entry is an aar file.
|
boolean |
isApk()
Returns whether this data entry is an apk file.
|
boolean |
isDex()
Returns whether this data entry is a dex file.
|
boolean |
isEar()
Returns whether this data entry is a ear file.
|
boolean |
isFiltered()
Returns whether this data entry has any kind of filter.
|
boolean |
isJar()
Returns whether this data entry is a jar file.
|
boolean |
isOutput()
Returns whether this data entry is an output entry.
|
boolean |
isWar()
Returns whether this data entry is a war file.
|
boolean |
isZip()
Returns whether this data entry is a zip file.
|
void |
setAarFilter(List filter)
Sets the name filter that is applied to aar files in this entry, if any.
|
void |
setApkFilter(List filter)
Sets the name filter that is applied to apk files in this entry, if any.
|
void |
setEarFilter(List filter)
Sets the name filter that is applied to ear files in this entry, if any.
|
void |
setFile(File file)
Sets the file.
|
void |
setFilter(List filter)
Sets the name filter that is applied to bottom-level files in this entry.
|
void |
setJarFilter(List filter)
Sets the name filter that is applied to jar files in this entry, if any.
|
void |
setOutput(boolean output)
Specifies whether this data entry is an output entry.
|
void |
setWarFilter(List filter)
Sets the name filter that is applied to war files in this entry, if any.
|
void |
setZipFilter(List filter)
Sets the name filter that is applied to zip files in this entry, if any.
|
String |
toString() |
public ClassPathEntry(File file, boolean isOutput)
public String getName()
public File getFile()
public void setFile(File file)
public boolean isOutput()
public void setOutput(boolean output)
public boolean isDex()
public boolean isApk()
public boolean isJar()
public boolean isAar()
public boolean isWar()
public boolean isEar()
public boolean isZip()
public boolean isFiltered()
public List getFilter()
public void setFilter(List filter)
public List getApkFilter()
public void setApkFilter(List filter)
public List getJarFilter()
public void setJarFilter(List filter)
public List getAarFilter()
public void setAarFilter(List filter)
public List getWarFilter()
public void setWarFilter(List filter)
public List getEarFilter()
public void setEarFilter(List filter)
public List getZipFilter()
public void setZipFilter(List filter)
Copyright © 2015. All Rights Reserved.