Uses of Class
org.simpleyaml.configuration.file.YamlFile
Packages that use YamlFile
-
Uses of YamlFile in org.simpleyaml.configuration.file
Methods in org.simpleyaml.configuration.file that return YamlFileModifier and TypeMethodDescriptionstatic YamlFileYamlFile.loadConfiguration(File file) Creates a newYamlFile, loading from the given file (without comments).static YamlFileYamlFile.loadConfiguration(File file, boolean withComments) Creates a newYamlFile, loading from the given file.static YamlFileYamlFile.loadConfiguration(InputStream stream) Deprecated.static YamlFileYamlFile.loadConfiguration(InputStream stream, boolean withComments) Deprecated.this method loads the entire file into memory, for larger files please useloadConfiguration(SupplierIO.InputStream, boolean)static YamlFileYamlFile.loadConfiguration(Reader reader) Deprecated.this method loads the entire file into memory, for larger files please useloadConfiguration(SupplierIO.Reader)static YamlFileYamlFile.loadConfiguration(Reader reader, boolean withComments) Deprecated.this method loads the entire file into memory, for larger files please useloadConfiguration(SupplierIO.Reader, boolean)static YamlFileYamlFile.loadConfiguration(SupplierIO.InputStream streamSupplier) Creates a newYamlFile, loading from the given stream (without comments).static YamlFileYamlFile.loadConfiguration(SupplierIO.InputStream streamSupplier, boolean withComments) Creates a newYamlFile, loading from the given stream.static YamlFileYamlFile.loadConfiguration(SupplierIO.Reader readerSupplier) Creates a newYamlFile, loading from the given reader (without comments).static YamlFileYamlFile.loadConfiguration(SupplierIO.Reader readerSupplier, boolean withComments) Creates a newYamlFile, loading from the given reader.static YamlFileYamlFile.loadConfigurationFromString(String contents) Creates a newYamlFile, loading from the specified string contents (without comments).static YamlFileYamlFile.loadConfigurationFromString(String contents, boolean withComments) Creates a newYamlFile, loading from the specified string contents.Constructors in org.simpleyaml.configuration.file with parameters of type YamlFileModifierConstructorDescriptionYamlFileWrapper(YamlFile configuration, String path) protectedYamlFileWrapper(YamlFile configuration, String path, YamlFileWrapper parent)
loadConfiguration(SupplierIO.InputStream)