Class ArtifactUtils
java.lang.Object
org.apache.flink.client.program.artifact.ArtifactUtils
Artifact fetch related utils.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcreateMissingParents(File baseDir) Creates missing parent directories for the givenFileif there are any.
-
Method Details
-
createMissingParents
Creates missing parent directories for the givenFileif there are any. Does nothing otherwise.- Parameters:
baseDir- base dir to create parents for
-