public interface SourceFilesConfiguration
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_CLASSES_PATH_ON_IMAGE |
static String |
DEFAULT_DEPENDENCIES_PATH_ON_IMAGE |
static String |
DEFAULT_RESOURCES_PATH_ON_IMAGE |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<Path> |
getClassesFiles() |
String |
getClassesPathOnImage() |
com.google.common.collect.ImmutableList<Path> |
getDependenciesFiles() |
String |
getDependenciesPathOnImage() |
com.google.common.collect.ImmutableList<Path> |
getResourcesFiles() |
String |
getResourcesPathOnImage() |
static final String DEFAULT_DEPENDENCIES_PATH_ON_IMAGE
static final String DEFAULT_RESOURCES_PATH_ON_IMAGE
static final String DEFAULT_CLASSES_PATH_ON_IMAGE
com.google.common.collect.ImmutableList<Path> getDependenciesFiles()
com.google.common.collect.ImmutableList<Path> getResourcesFiles()
com.google.common.collect.ImmutableList<Path> getClassesFiles()
String getDependenciesPathOnImage()
String getResourcesPathOnImage()
String getClassesPathOnImage()
Copyright © 2018. All rights reserved.