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

Commit

Permalink
[R] Add Virtual Config documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna authored Oct 7, 2018
1 parent f36ccff commit 18b2414
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions documentation/README.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,11 @@ config.save();
// This will take up a lot of space because it creates a new backup every time save() is called.
config.setBackupDir(new File("./backups/"));
```

#### Virtual Config:

This is a way to load config from a string without a file.

```java
HyVirtualConfig virtualConfig = new HyVirtualConfig(configInString);
```

0 comments on commit 18b2414

Please sign in to comment.