class BasicDependency extends java.lang.Object implements Dependency
Modifier and Type | Field and Description |
---|---|
private Dependent |
dependent |
private Provider |
provider |
Constructor and Description |
---|
BasicDependency(Dependent d,
Provider p) |
Modifier and Type | Method and Description |
---|---|
Dependent |
getDependent()
return the dependent for this dependency.
|
Provider |
getProvider()
return the provider for this dependency.
|
UUID |
getProviderKey()
return the provider's key for this dependency.
|
public UUID getProviderKey()
getProviderKey
in interface Dependency
public Provider getProvider()
getProvider
in interface Dependency
public Dependent getDependent()
getDependent
in interface Dependency
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.