public final class YamlFile extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
contentCanonicallyEquals(YamlFile other) |
static String |
generateFileName(RootEntityPropertiesBuilder<?> entityProperties,
String content,
AtomicLong fileCounter) |
static String |
generateFileName(String humanReadableId,
String content,
AtomicLong fileCounter) |
int |
getCounter() |
int |
getHashCode() |
String |
getId() |
Path |
getLocation() |
static YamlFile |
parse(Path path) |
public int getCounter()
public int getHashCode()
public String getId()
public Path getLocation()
public boolean contentCanonicallyEquals(YamlFile other) throws IOException
IOException
public static String generateFileName(@NotNull RootEntityPropertiesBuilder<?> entityProperties, String content, AtomicLong fileCounter)
public static String generateFileName(@NotNull String humanReadableId, String content, AtomicLong fileCounter)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.