Interface ManifestReader.ManifestCiReader

All Known Implementing Classes:
XmlManifestReader.XmlManifestCiReader
Enclosing interface:
ManifestReader

public static interface ManifestReader.ManifestCiReader
  • Method Details

    • type

      com.xebialabs.deployit.plugin.api.reflect.Type type()
    • name

      String name()
    • file

      String file()
    • distributionType

      default com.xebialabs.deployit.plugin.api.reflect.Type distributionType()
    • hasProperty

      boolean hasProperty(String name)
    • allProperties

      List<String> allProperties()
    • propertyAsString

      String propertyAsString(String name)
    • propertyAsCiRef

      String propertyAsCiRef(String name)
    • propertyAsStringCollection

      List<String> propertyAsStringCollection(String name)
    • propertyAsCiRefCollection

      List<String> propertyAsCiRefCollection(String name)
    • propertyAsMapStringString

      Map<String,String> propertyAsMapStringString(String name)
    • propertyAsNestedCis

      List<ManifestReader.ManifestCiReader> propertyAsNestedCis(String name)