| Package | Description |
|---|---|
| libraries |
| Modifier and Type | Class and Description |
|---|---|
class |
LibRefResolved
class for status: resolved.
|
class |
LibRefUnresolved
class for status: unresolved.
|
| Modifier and Type | Field and Description |
|---|---|
private LibRefState |
LibReference.refstate
represents the library reference state.
|
| Modifier and Type | Method and Description |
|---|---|
LibRefState |
LibReference.getRefstate()
getter for RefState.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LibReference.setRefstate(LibRefState refstate) |
| Constructor and Description |
|---|
LibReference(LibRefState libRefState,
SOName soname2)
constructor.
|