|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Disconnector | |
|---|---|
| jef.disconnection | |
| jef.disconnection.impl | |
| Uses of Disconnector in jef.disconnection |
|---|
| Subinterfaces of Disconnector in jef.disconnection | |
|---|---|
interface |
FieldDisconnector
This interface defines the contract every concrete class responsible of extracting a field's definition from a Java class has to adhere to. |
interface |
MethodDisconnector
This interface defines the contract every concrete class responsible of extracting a method's definition from a Java class has to adhere to. |
| Methods in jef.disconnection that return Disconnector | |
|---|---|
Disconnector |
DisconnectorsFactory.getInstance(DisconnectorsFactory.DisconnectorType type)
Instantiates a Disconnector of the specified type. |
| Uses of Disconnector in jef.disconnection.impl |
|---|
| Classes in jef.disconnection.impl that implement Disconnector | |
|---|---|
class |
DefaultFieldDisconnector
Default implementation of the FieldDisconnector interface. |
class |
DefaultMethodDisconnector
Default implementation of the MethodDisconnector interface. |
| Methods in jef.disconnection.impl that return Disconnector | |
|---|---|
Disconnector |
DefaultDisconnectorsFactory.getInstance(DisconnectorsFactory.DisconnectorType type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||