Package org.hl7.fhir.utilities.npm
Class NpmPackageIndexBuilder
- java.lang.Object
-
- org.hl7.fhir.utilities.npm.NpmPackageIndexBuilder
-
public class NpmPackageIndexBuilder extends Object
This class builds the .index.json for a package- Author:
- grahame
-
-
Constructor Summary
Constructors Constructor Description NpmPackageIndexBuilder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbuild()voidexecute(String folder)voidexecuteWithStatus(String folder)static voidmain(String[] args)booleanseeFile(String name, byte[] content)voidstart()
-
-
-
Constructor Detail
-
NpmPackageIndexBuilder
public NpmPackageIndexBuilder()
-
-
Method Detail
-
start
public void start()
-
executeWithStatus
public void executeWithStatus(String folder) throws IOException
- Throws:
IOException
-
execute
public void execute(String folder) throws IOException
- Throws:
IOException
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
-