A B D E F G I L M N O P R S T U V W

A

arrayToString(Object[]) - Static method in class net.yagga.util.Ut
 
assert(boolean) - Static method in class net.yagga.util.Ut
 
assert(boolean, String) - Static method in class net.yagga.util.Ut
assert
assert(Object) - Static method in class net.yagga.util.Ut
 

B

BootstrapJarClassLoader - class net.yagga.util.BootstrapJarClassLoader.
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...
BootstrapJarClassLoader(String) - Constructor for class net.yagga.util.BootstrapJarClassLoader
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

D

debug - Static variable in class net.yagga.util.ResourceMgr
toggles debugging
debug1(String) - Static method in class net.yagga.util.Ut
 
debug2(String) - Static method in class net.yagga.util.Ut
 
debug3(String) - Static method in class net.yagga.util.Ut
 
debug4(String) - Static method in class net.yagga.util.Ut
 
debug5(String) - Static method in class net.yagga.util.Ut
 
debugArray(Object[]) - Static method in class net.yagga.util.Ut
 
debugMap(Map) - Static method in class net.yagga.util.Ut
 
debugVector(Vector) - Static method in class net.yagga.util.Ut
 

E

error(String) - Static method in class net.yagga.util.Ut
 
error(String, boolean) - Static method in class net.yagga.util.Ut
 

F

findClass(String) - Method in class net.yagga.util.ResourceMgr
Method that reads the class from everywhere, file system jarred inside me etc..
findClass(String) - Method in class net.yagga.util.BootstrapJarClassLoader
method taht actually reads the class from raw bytes
findClass(String) - Method in class net.yagga.util.MetaJarClassLoader
Method that actually reads the class from raw bytes.

G

getActualJarName() - Method in class net.yagga.util.MetaJarResources
Return the actual jar name.
getActualJarName() - Method in class net.yagga.util.BootstrapJarClassLoader
 
getActualJarName() - Method in class net.yagga.util.MetaJarClassLoader
Return the actual jar name.
getBytes(String) - Method in class net.yagga.util.MetaJarResources
Method that actually reads raw bytes. this method reads in the appropriate way raw bytes for the given entry.
getMainClassName() - Method in class net.yagga.util.BootstrapJarClassLoader
Returns the name of the jar file main class, or null if no "Main-Class" manifest attributes was defined.
getMainClassName() - Method in class net.yagga.util.MetaJarClassLoader
Returns the name of the jar file main class, or null if no "Main-Class" manifest attributes was defined.
getManifest() - Method in class net.yagga.util.MetaJarResources
Return the manifest for the jar file.

I

info(String) - Static method in class net.yagga.util.Ut
 
infoln(String) - Static method in class net.yagga.util.Ut
 
invokeClass(String, String[]) - Method in class net.yagga.util.BootstrapJarClassLoader
Invokes the application in this jar file given the name of the main class and an array of arguments.
invokeClass(String, String[]) - Method in class net.yagga.util.MetaJarClassLoader
Invokes the application in this jar file given the name of the main class and an array of arguments.
invokeMethod(String, String, Object[]) - Method in class net.yagga.util.MetaJarClassLoader
Invokes the application in this jar file given the name of the class, a static Method and an array of arguments.

L

lightOpenOut(String, boolean) - Static method in class net.yagga.util.Ut
if severity = true exits if it doesn'find the file e;se return s null..
log(String) - Static method in class net.yagga.util.Ut
 

M

main(String[]) - Static method in class net.yagga.util.BootstrapJarClassLoader
 
mapToString(Map) - Static method in class net.yagga.util.Ut
 
MetaJarClassLoader - class net.yagga.util.MetaJarClassLoader.
A Meta class loader for loading jar files in many situations.
MetaJarClassLoader(String) - Constructor for class net.yagga.util.MetaJarClassLoader
Construct the class loader givena a Jar File.
MetaJarResources - class net.yagga.util.MetaJarResources.
Class that implements reading data from a Jar file.
MetaJarResources(String) - Constructor for class net.yagga.util.MetaJarResources
Construct a MetaJarResources file, a jar file that can be in the class path (simple case) or enclosed in the same jar file that is executing now.
MetaUt - class net.yagga.util.MetaUt.
Utilities for Meta classes, helper for Reflection and so on
MetaUt() - Constructor for class net.yagga.util.MetaUt
 

N

net.yagga.util - package net.yagga.util
 
nl - Static variable in class net.yagga.util.Ut
 

O

openIn(String) - Static method in class net.yagga.util.Ut
 
openOut(String) - Static method in class net.yagga.util.Ut
STREAM open?
openOut(String, boolean) - Static method in class net.yagga.util.Ut
 
openOut(String, boolean, boolean) - Static method in class net.yagga.util.Ut
 
openResource(String) - Static method in class net.yagga.util.ResourceMgr
gets the InputSream associated with a given file.

P

printArray(Object[]) - Static method in class net.yagga.util.Ut
 
printMap(Map) - Static method in class net.yagga.util.Ut
 
printVector(Vector) - Static method in class net.yagga.util.Ut
vector, map and arrays

R

readBytesFromTopJar(String) - Method in class net.yagga.util.BootstrapJarClassLoader
reads bytes from Top Jar file.
readFile(String) - Static method in class net.yagga.util.Ut
file open/save
readStringFromSTDIN() - Static method in class net.yagga.util.Ut
 
ResourceMgr - class net.yagga.util.ResourceMgr.
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.
ResourceMgr() - Constructor for class net.yagga.util.ResourceMgr
 
retrieveClass(String) - Static method in class net.yagga.util.ResourceMgr
 
retrieveFile(String) - Static method in class net.yagga.util.ResourceMgr
retrieve a (text) file as a String.
retrieveImageIcon(String) - Static method in class net.yagga.util.ResourceMgr
retrieve an ImageIcon given a filename.
retrieveImageIcon2(String) - Static method in class net.yagga.util.ResourceMgr
 

S

setLogAppend(boolean) - Static method in class net.yagga.util.Ut
 
setLogChannelEnable(boolean, boolean) - Static method in class net.yagga.util.Ut
 
simpleInvokeMethod(Class, Object, String, Object[]) - Static method in class net.yagga.util.MetaUt
Invokes a method of a given class and given object.
simpleInvokeMethod(Class, Object, String, Object[], boolean) - Static method in class net.yagga.util.MetaUt
Invokes a method of a given class and given object.
simpleInvokeMethod(String, String, Object[]) - Method in class net.yagga.util.MetaJarClassLoader
Invokes a static method of a given class in this JAR.
simpleInvokeStaticMethod(Class, String, Object[]) - Static method in class net.yagga.util.MetaUt
Invokes a static method of a given class and given object.

T

toHexString(byte[], String, String, int) - Static method in class net.yagga.util.ResourceMgr
Scrive una stringa decodificando carattere per carattere il suo valre HEX.

U

Ut - class net.yagga.util.Ut.
 
Ut() - Constructor for class net.yagga.util.Ut
 

V

vectorToString(Vector) - Static method in class net.yagga.util.Ut
 

W

writeBinFile(String, byte[]) - Static method in class net.yagga.util.Ut
 
writeBinFile(String, byte[], boolean) - Static method in class net.yagga.util.Ut
 
writeFile(String, String) - Static method in class net.yagga.util.Ut
 
writeFile(String, String, boolean) - Static method in class net.yagga.util.Ut
 

A B D E F G I L M N O P R S T U V W