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) |
Modifier and Type | Method and Description |
---|---|
File |
getDockerFolder() |
List<String> |
getIgnores() |
Iterable<DockerfileStatement> |
getStatements() |
Dockerfile.ScannedResult |
parse() |
public final File dockerFile
public Dockerfile(File dockerFile)
public Iterable<DockerfileStatement> getStatements() throws IOException
IOException
public List<String> getIgnores() throws IOException
IOException
public Dockerfile.ScannedResult parse() throws IOException
IOException
public File getDockerFolder()
Copyright © 2016. All Rights Reserved.