public class Dockerfile extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dockerfile.ScannedResult
Result of scanning / parsing a docker file.
|
| Modifier and Type | Field and Description |
|---|---|
File |
dockerFile |
| Constructor and Description |
|---|
Dockerfile(File dockerFile,
File baseDirectory) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getIgnores() |
Iterable<DockerfileStatement> |
getStatements() |
Dockerfile.ScannedResult |
parse() |
public final File dockerFile
public Iterable<DockerfileStatement> getStatements() throws IOException
IOExceptionpublic List<String> getIgnores() throws IOException
IOExceptionpublic Dockerfile.ScannedResult parse() throws IOException
IOExceptionCopyright © 2017. All Rights Reserved.