Package org.openrewrite.docker.tree
Class Space
java.lang.Object
org.openrewrite.docker.tree.Space
Whitespace and comments in Dockerfile.
Comments in Dockerfile start with # and continue to the end of the line.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Spacestatic SpacefirstPrefix(@Nullable List<? extends Docker> trees) static Spacestatic SpacebooleanhasComment(String comment) booleanisEmpty()toString()withComments(List<Comment> comments) withWhitespace(String whitespace)