Class Bundle.DefEntry

java.lang.Object
com.yahoo.config.model.application.provider.Bundle.DefEntry
Enclosing class:
Bundle

public static final class Bundle.DefEntry extends Object
Represents a def-file inside a Component. Immutable.
  • Field Details

    • defName

      public final String defName
    • defNamespace

      public final String defNamespace
    • contents

      public final String contents
  • Constructor Details

    • DefEntry

      public DefEntry(Bundle bundle, ZipEntry zipEntry)
      Parameters:
      bundle - The bundle this def entry belongs to.
      zipEntry - The ZipEntry representing the def-file.
  • Method Details

    • getReader

      public Reader getReader()