Skip to content

hipoom/catalogue

Repository files navigation

Catalogue

💡 Introduction

This is a lightweight file catalogue manager library.

🔨 How to use

You can use this library by gradle:

repositories {
  mavenCentral()
}

dependencies {
  implementation 'com.hipoom:catalogue:0.0.2'
}
// initial
String workspace = "/Users/zhp/Workspace/test/catalogue";
Catalogue.initialOneWorkspace(workspace);

// add business file
Catalogue.addBusiness(workspace, "test1");


// get business file
File file = Catalogue.getBusinessFile(workspace, "test1");

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages