xyz.rk0cc.willpub.pubspec.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jpubspec Show documentation
Show all versions of jpubspec Show documentation
Reading and writing pubspec.yaml data and save edited record on Java
/**
* Java implemented Object for handling pubspec.yaml
.
*
* This package only contains two object which namely {@link xyz.rk0cc.willpub.pubspec.PubspecArchiver} and
* {@link xyz.rk0cc.willpub.pubspec.PubspecManager}. Both control data exchanges between the file and Java object and
* implemented Memento patten for stacking up to 10 editing history.
*
* In this package, it comes with 2 subpackages which under on this package:
*
* - {@link xyz.rk0cc.willpub.pubspec.data}
* - {@link xyz.rk0cc.willpub.pubspec.parser}
*
*
* @since 1.0.0
*/
package xyz.rk0cc.willpub.pubspec;