Package io.fabric8.maven.docker.config
Class CopyConfiguration
- java.lang.Object
-
- io.fabric8.maven.docker.config.CopyConfiguration
-
- All Implemented Interfaces:
Serializable
public class CopyConfiguration extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCopyConfiguration.Builderstatic classCopyConfiguration.Entry
-
Field Summary
Fields Modifier and Type Field Description static StringCONTAINER_PATH_PROPERTYstatic StringHOST_DIRECTORY_PROPERTY
-
Constructor Summary
Constructors Constructor Description CopyConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CopyConfiguration.Entry>getEntries()List<Properties>getEntriesAsListOfProperties()
-
-
-
Field Detail
-
CONTAINER_PATH_PROPERTY
public static final String CONTAINER_PATH_PROPERTY
- See Also:
- Constant Field Values
-
HOST_DIRECTORY_PROPERTY
public static final String HOST_DIRECTORY_PROPERTY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEntries
public List<CopyConfiguration.Entry> getEntries()
-
getEntriesAsListOfProperties
public List<Properties> getEntriesAsListOfProperties()
-
-