Skip to content
This repository was archived by the owner on Feb 11, 2023. It is now read-only.

Commit 18b2414

Browse files
authored
[R] Add Virtual Config documentation
1 parent f36ccff commit 18b2414

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

documentation/README.en-us.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,11 @@ config.save();
115115
// This will take up a lot of space because it creates a new backup every time save() is called.
116116
config.setBackupDir(new File("./backups/"));
117117
```
118+
119+
#### Virtual Config:
120+
121+
This is a way to load config from a string without a file.
122+
123+
```java
124+
HyVirtualConfig virtualConfig = new HyVirtualConfig(configInString);
125+
```

0 commit comments

Comments
 (0)