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.IOException
public java.util.List<java.lang.String> getIgnores() throws java.io.IOException
java.io.IOException
public Dockerfile.ScannedResult parse() throws java.io.IOException
java.io.IOException
Copyright © 2018. All Rights Reserved.