ch.claudio.jars.data
Class ClassInfo

java.lang.Object
  extended by ch.claudio.jars.data.ClassInfo

public class ClassInfo
extends java.lang.Object

Version:
$Id:$
Author:
Claudio Nieder

Copyright (C) 2007-2008 Claudio Nieder <private@claudio.ch>, CH-8610 Uster

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA


Constructor Summary
ClassInfo(java.lang.String classNameArg, java.lang.String packageNameArg, JarInfo jarArg)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getClassName()
           
 JarInfo getJar()
           
 java.lang.String getPackageName()
           
 int hashCode()
           
static void main(java.lang.String[] args)
          Print license.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassInfo

public ClassInfo(java.lang.String classNameArg,
                 java.lang.String packageNameArg,
                 JarInfo jarArg)
Parameters:
classNameArg -
jarArg -
packageNameArg -
Method Detail

getJar

public JarInfo getJar()
Returns:
the jar

getPackageName

public java.lang.String getPackageName()
Returns:
the packageName

getClassName

public java.lang.String getClassName()
Returns:
the className

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object
See Also:
Object.hashCode()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object
See Also:
Object.equals(java.lang.Object)

main

public static void main(java.lang.String[] args)
Print license.

Parameters:
args - ignored