public interface ProjectProperties
| Modifier and Type | Field and Description |
|---|---|
static String |
CACHE_DIRECTORY_NAME
Directory name for the cache.
|
| Modifier and Type | Method and Description |
|---|---|
Path |
getCacheDirectory() |
LayerEntry |
getClassesLayerEntry() |
LayerEntry |
getDependenciesLayerEntry() |
LayerEntry |
getExtraFilesLayerEntry() |
String |
getJarPluginName() |
com.google.common.collect.ImmutableList<LayerConfiguration> |
getLayerConfigurations() |
JibLogger |
getLogger() |
String |
getMainClassFromJar() |
HelpfulSuggestions |
getMainClassHelpfulSuggestions(String prefix) |
String |
getPluginName() |
LayerEntry |
getResourcesLayerEntry() |
LayerEntry |
getSnapshotDependenciesLayerEntry() |
static final String CACHE_DIRECTORY_NAME
JibLogger getLogger()
String getPluginName()
com.google.common.collect.ImmutableList<LayerConfiguration> getLayerConfigurations()
Path getCacheDirectory()
String getJarPluginName()
@Nullable String getMainClassFromJar()
LayerEntry getDependenciesLayerEntry()
LayerEntry getSnapshotDependenciesLayerEntry()
LayerEntry getResourcesLayerEntry()
LayerEntry getClassesLayerEntry()
LayerEntry getExtraFilesLayerEntry()
HelpfulSuggestions getMainClassHelpfulSuggestions(String prefix)
prefix - the prefix message for the HelpfulSuggestions.HelpfulSuggestions instance for main class inference failure.Copyright © 2018. All rights reserved.