JarInformationHandler

public class JarInformationHandler

Stores information about a jar.

Fields

JAR_FILE_EXTENSION

public static final String JAR_FILE_EXTENSION

Constructors

JarInformationHandler

public JarInformationHandler(String path)

Constructor.

Parameters:
  • path – the path to the jar file or directory containing extracted jar

Methods

extractJarInformationFromPath

public void extractJarInformationFromPath()

getJarList

public List<JarInformation> getJarList()

getPath

public String getPath()

initHandler

public void initHandler()

Initializes this handler object.