public class Booter extends Object implements Closeable
| Constructor and Description |
|---|
Booter() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
List<org.eclipse.aether.repository.RemoteRepository> |
newRepositories(org.eclipse.aether.RepositorySystem system,
org.eclipse.aether.RepositorySystemSession session) |
org.eclipse.aether.RepositorySystem |
newRepositorySystem() |
org.eclipse.aether.DefaultRepositorySystemSession |
newRepositorySystemSession(org.eclipse.aether.RepositorySystem system) |
public Booter()
throws IOException
IOExceptionpublic org.eclipse.aether.RepositorySystem newRepositorySystem()
public org.eclipse.aether.DefaultRepositorySystemSession newRepositorySystemSession(org.eclipse.aether.RepositorySystem system)
throws IOException
IOExceptionpublic List<org.eclipse.aether.repository.RemoteRepository> newRepositories(org.eclipse.aether.RepositorySystem system, org.eclipse.aether.RepositorySystemSession session)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2016 aequologica. All rights reserved.