public class PackagePaths
extends java.lang.Object
implements de.flapdoodle.embed.process.config.store.IPackageResolver
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.logging.Logger |
logger |
| Constructor and Description |
|---|
PackagePaths(Command command) |
| Modifier and Type | Method and Description |
|---|---|
de.flapdoodle.embed.process.distribution.ArchiveType |
getArchiveType(de.flapdoodle.embed.process.distribution.Distribution distribution) |
de.flapdoodle.embed.process.config.store.FileSet |
getFileSet(de.flapdoodle.embed.process.distribution.Distribution distribution) |
java.lang.String |
getPath(de.flapdoodle.embed.process.distribution.Distribution distribution) |
protected static java.lang.String |
getVersionPart(de.flapdoodle.embed.process.distribution.IVersion version) |
public PackagePaths(Command command)
public de.flapdoodle.embed.process.config.store.FileSet getFileSet(de.flapdoodle.embed.process.distribution.Distribution distribution)
getFileSet in interface de.flapdoodle.embed.process.config.store.IPackageResolverpublic de.flapdoodle.embed.process.distribution.ArchiveType getArchiveType(de.flapdoodle.embed.process.distribution.Distribution distribution)
getArchiveType in interface de.flapdoodle.embed.process.config.store.IPackageResolverpublic java.lang.String getPath(de.flapdoodle.embed.process.distribution.Distribution distribution)
getPath in interface de.flapdoodle.embed.process.config.store.IPackageResolverprotected static java.lang.String getVersionPart(de.flapdoodle.embed.process.distribution.IVersion version)
Copyright © 2013. All Rights Reserved.