public class JarFile extends Object implements Comparable<JarFile>
Modifier and Type | Field and Description |
---|---|
static FileFilter |
FILTER |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(JarFile o) |
boolean |
equals(Object other) |
String |
getBaseName() |
String |
getFullName() |
Date |
getLastModified() |
File |
getPath() |
String |
getVersion() |
int |
hashCode() |
boolean |
isVersionGreaterThan(JarFile file) |
String |
toString() |
public static final FileFilter FILTER
public JarFile(File jarFile)
public File getPath()
public String getFullName()
public String getBaseName()
public String getVersion()
public Date getLastModified()
public boolean isVersionGreaterThan(JarFile file)
public int compareTo(JarFile o)
compareTo
in interface Comparable<JarFile>
Copyright © 2008–2016 Norconex Inc.. All rights reserved.