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