Package org.hl7.fhir.utilities.npm
Class PackageList.PackageListEntry
- java.lang.Object
-
- org.hl7.fhir.utilities.npm.PackageList.PackageListEntry
-
- Enclosing class:
- PackageList
public static class PackageList.PackageListEntry extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancibuild()booleancurrent()Stringdate()Stringdesc()voiddescribe(String desc, String descMD, String changes)StringdetermineLocalPath(String url, String root)For a variety of reasons in the past, the path is not always under the canonical this method determines the path *if it exists*StringfhirVersion()voidinit(String version, String path, String status, String sequence, FhirPublication fhirVersion)Instantinstant()booleanisPartofMainSpec()JsonObjectjson()Stringpath()Stringsequence()voidsetCurrent(boolean b)voidsetDate(String date)Stringstatus()voidupdate(String version, String path, String status, String sequence, FhirPublication fhirVersion, String tcPath, String date)only used for a technical correction.Stringversion()
-
-
-
Method Detail
-
current
public boolean current()
-
cibuild
public boolean cibuild()
-
fhirVersion
public String fhirVersion()
-
isPartofMainSpec
public boolean isPartofMainSpec()
-
determineLocalPath
public String determineLocalPath(String url, String root) throws IOException
For a variety of reasons in the past, the path is not always under the canonical this method determines the path *if it exists*- Parameters:
root-v-- Throws:
IOException
-
setCurrent
public void setCurrent(boolean b)
-
init
public void init(String version, String path, String status, String sequence, FhirPublication fhirVersion)
-
json
public JsonObject json()
-
instant
public Instant instant() throws ParseException
- Throws:
ParseException
-
update
public void update(String version, String path, String status, String sequence, FhirPublication fhirVersion, String tcPath, String date)
only used for a technical correction. tcPath is the name of archive file (web reference) containing the content before correction- Parameters:
asString-webpath-asString2-asString3-fhirVersion-tcName-
-
-