Package org.hl7.fhir.utilities.npm
Class PackageHacker
- java.lang.Object
-
- org.hl7.fhir.utilities.npm.PackageHacker
-
public class PackageHacker extends Object
intenral use only - set the file name to edit in main(), and fill out the edit routine- Author:
- grahame
-
-
Constructor Summary
Constructors Constructor Description PackageHacker()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringfixPackageUrl(String webref)static booleanisUseSecureReferences()static voidmain(String[] args)static voidsetUseSecureReferences(boolean useSecureReferences)
-
-
-
Constructor Detail
-
PackageHacker
public PackageHacker()
-
-
Method Detail
-
main
public static void main(String[] args) throws FileNotFoundException, IOException
- Throws:
FileNotFoundExceptionIOException
-
fixPackageUrl
public static String fixPackageUrl(String webref)
-
isUseSecureReferences
public static boolean isUseSecureReferences()
-
setUseSecureReferences
public static void setUseSecureReferences(boolean useSecureReferences)
-
-