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