|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.electric.database.LibraryBackup
public class LibraryBackup
| Field Summary | |
|---|---|
ImmutableLibrary |
d
Library persistent data. |
static ImmutableArrayList<LibraryBackup> |
EMPTY_LIST
|
boolean |
modified
True if library needs saving to disk. |
static LibraryBackup[] |
NULL_ARRAY
|
LibId[] |
referencedLibs
Array of referenced libs |
| Constructor Summary | |
|---|---|
LibraryBackup(ImmutableLibrary d,
boolean modified,
LibId[] referencedLibs)
Creates a new instance of LibraryBackup |
|
| Method Summary | |
|---|---|
void |
check()
Checks invariant of this CellBackup. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final LibraryBackup[] NULL_ARRAY
public static final ImmutableArrayList<LibraryBackup> EMPTY_LIST
public final ImmutableLibrary d
public final boolean modified
public final LibId[] referencedLibs
| Constructor Detail |
|---|
public LibraryBackup(ImmutableLibrary d,
boolean modified,
LibId[] referencedLibs)
| Method Detail |
|---|
public void check()
java.lang.AssertionError - if invariant is broken.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||