base classs for associative strings and files
A stream containings pairs key = value, each pair on a single line
key can have spaces
Comments in the form #, // or as usual C-like /* ...
A META class loader for loading jar files. interesting the class can load jar
classes from different JARs and from the same jar (if this class is jarred
with other jars...
constructor: decides if the jar filename passed belongs to a jar that: a) is
outside the current class/jar file b) is inside the JAR file where this
class is also stored.
reads in self contained jar file this is the case if this class is jarred
with other jar files so: FOO.jar +--Installer.class
+--MetaJarClassLoader.class +--PACK1.jar +--ClassIWantToInvoke.class <===
A class to retrieve resource no matter where they are: on the file system, in a JAR, in
the currently executing JAR or in a JAR inside the currently executing JAR.
Helper class that holds step names as they appera on the left hand ide of the panel
Title: MiniInstaller
Description:
Copyright: Copyright (c) 2002
Company: Yagga Soft
class StringQuoteTokenizer
acts like the java.util.StringTokenizer, but treats as a single token
multiple tokens enclosed in quotation marks
default behaviour: trats " as quoting character
search an exact string in the given one, and if found, subst it with replace
does a global replace if globa=true
$return_value=$orig+~s/search/subst/global
T
taMsg -
Variable in class net.yagga.miniinstaller.gui.WritePanel