java.lang.Object
org.xbib.datastructures.yaml.tiny.Yaml
- Alle implementierten Schnittstellen:
org.xbib.datastructures.api.DataStructure
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.xbib.datastructures.api.Builderorg.xbib.datastructures.api.BuildercreateBuilder(Consumer<String> consumer) org.xbib.datastructures.api.GeneratorcreateGenerator(org.xbib.datastructures.api.Node<?> root) org.xbib.datastructures.api.Parserorg.xbib.datastructures.api.ByteSizeValuegetAsBytesSize(String path, org.xbib.datastructures.api.ByteSizeValue defaultValue) org.xbib.datastructures.api.TimeValuegetBoolean(String path) getCharacter(String path) getInstant(String path) getInteger(String path) org.xbib.datastructures.api.Node<?> org.xbib.datastructures.api.Node<?> getRoot()booleanvoidsetRoot(org.xbib.datastructures.api.Node<?> root) static String
-
Konstruktordetails
-
Yaml
public Yaml() -
Yaml
public Yaml(org.xbib.datastructures.api.Node<?> root) -
Yaml
public Yaml(org.xbib.datastructures.api.Node<?> root, char separator)
-
-
Methodendetails
-
toMap
- Löst aus:
IOException
-
toMap
- Löst aus:
IOException
-
toString
- Löst aus:
IOException
-
createParser
public org.xbib.datastructures.api.Parser createParser()- Angegeben von:
createParserin Schnittstelleorg.xbib.datastructures.api.DataStructure
-
createBuilder
public org.xbib.datastructures.api.Builder createBuilder()- Angegeben von:
createBuilderin Schnittstelleorg.xbib.datastructures.api.DataStructure
-
createBuilder
- Angegeben von:
createBuilderin Schnittstelleorg.xbib.datastructures.api.DataStructure
-
createGenerator
public org.xbib.datastructures.api.Generator createGenerator(org.xbib.datastructures.api.Node<?> root) - Angegeben von:
createGeneratorin Schnittstelleorg.xbib.datastructures.api.DataStructure
-
setRoot
public void setRoot(org.xbib.datastructures.api.Node<?> root) - Angegeben von:
setRootin Schnittstelleorg.xbib.datastructures.api.DataStructure
-
getRoot
public org.xbib.datastructures.api.Node<?> getRoot()- Angegeben von:
getRootin Schnittstelleorg.xbib.datastructures.api.DataStructure
-
getNode
- Angegeben von:
getNodein Schnittstelleorg.xbib.datastructures.api.DataStructure
-
getBoolean
- Angegeben von:
getBooleanin Schnittstelleorg.xbib.datastructures.api.DataStructure
-
getByte
- Angegeben von:
getBytein Schnittstelleorg.xbib.datastructures.api.DataStructure
-
getShort
- Angegeben von:
getShortin Schnittstelleorg.xbib.datastructures.api.DataStructure
-
getInteger
- Angegeben von:
getIntegerin Schnittstelleorg.xbib.datastructures.api.DataStructure
-
getLong
- Angegeben von:
getLongin Schnittstelleorg.xbib.datastructures.api.DataStructure
-
getFloat
- Angegeben von:
getFloatin Schnittstelleorg.xbib.datastructures.api.DataStructure
-
getDouble
- Angegeben von:
getDoublein Schnittstelleorg.xbib.datastructures.api.DataStructure
-
getCharacter
- Angegeben von:
getCharacterin Schnittstelleorg.xbib.datastructures.api.DataStructure
-
getString
- Angegeben von:
getStringin Schnittstelleorg.xbib.datastructures.api.DataStructure
-
getInstant
- Angegeben von:
getInstantin Schnittstelleorg.xbib.datastructures.api.DataStructure
-
getAsTime
public org.xbib.datastructures.api.TimeValue getAsTime(String path, org.xbib.datastructures.api.TimeValue defaultValue) - Angegeben von:
getAsTimein Schnittstelleorg.xbib.datastructures.api.DataStructure
-
getAsBytesSize
public org.xbib.datastructures.api.ByteSizeValue getAsBytesSize(String path, org.xbib.datastructures.api.ByteSizeValue defaultValue) - Angegeben von:
getAsBytesSizein Schnittstelleorg.xbib.datastructures.api.DataStructure
-
set
- Angegeben von:
setin Schnittstelleorg.xbib.datastructures.api.DataStructure
-