class EntryClassBase extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
codebase
The codebase.
|
EntryClass |
eclass
The EntryClass.
|
private static long |
serialVersionUID |
Constructor and Description |
---|
EntryClassBase(EntryClass eclass,
String codebase)
Simple constructor
|
Modifier and Type | Method and Description |
---|---|
void |
setCodebase(Class cls)
Sets the codebase to the codebase of the given class.
|
static Class[] |
toClass(EntryClassBase[] eclasses)
Converts an array of EntryClassBase to an array of Class.
|
private static final long serialVersionUID
public final EntryClass eclass
public String codebase
public EntryClassBase(EntryClass eclass, String codebase)
public void setCodebase(Class cls)
public static Class[] toClass(EntryClassBase[] eclasses)
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.