java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.neoforge.core.loader.TILLoaderJar
All Implemented Interfaces:
cpw.mods.jarhandling.SecureJar

public class TILLoaderJar extends Object implements cpw.mods.jarhandling.SecureJar
  • Method Details

    • getFileStatus

      public cpw.mods.jarhandling.SecureJar.Status getFileStatus(String name)
      Specified by:
      getFileStatus in interface cpw.mods.jarhandling.SecureJar
    • getManifestSigners

      @Nullable public @Nullable CodeSigner[] getManifestSigners()
      Specified by:
      getManifestSigners in interface cpw.mods.jarhandling.SecureJar
    • getPath

      public Path getPath(String first, String... rest)
      Specified by:
      getPath in interface cpw.mods.jarhandling.SecureJar
    • getPrimaryPath

      public Path getPrimaryPath()
      Specified by:
      getPrimaryPath in interface cpw.mods.jarhandling.SecureJar
    • getRootPath

      public Path getRootPath()
      Specified by:
      getRootPath in interface cpw.mods.jarhandling.SecureJar
    • getTrustedManifestEntries

      @Nullable public @Nullable Attributes getTrustedManifestEntries(String name)
      Specified by:
      getTrustedManifestEntries in interface cpw.mods.jarhandling.SecureJar
    • hasSecurityData

      public boolean hasSecurityData()
      Specified by:
      hasSecurityData in interface cpw.mods.jarhandling.SecureJar
    • moduleDataProvider

      public cpw.mods.jarhandling.SecureJar.ModuleDataProvider moduleDataProvider()
      Specified by:
      moduleDataProvider in interface cpw.mods.jarhandling.SecureJar
    • name

      public String name()
      Specified by:
      name in interface cpw.mods.jarhandling.SecureJar
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • verifyPath

      public cpw.mods.jarhandling.SecureJar.Status verifyPath(Path path)
      Specified by:
      verifyPath in interface cpw.mods.jarhandling.SecureJar