public class PackageLoader.Package extends Object implements Closeable
Modifier and Type | Class and Description |
---|---|
class |
PackageLoader.Package.Version |
Modifier and Type | Method and Description |
---|---|
void |
close() |
PackageLoader.Package.Version |
getLatest() |
PackageLoader.Package.Version |
getLatest(String lessThan) |
boolean |
isDeleted() |
String |
name() |
public boolean isDeleted()
public PackageLoader.Package.Version getLatest()
public PackageLoader.Package.Version getLatest(String lessThan)
public String name()
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.