Class WeakishReference.HardReference
java.lang.Object
org.apache.tools.ant.util.WeakishReference
org.apache.tools.ant.util.WeakishReference.HardReference
- Direct Known Subclasses:
WeakishReference12
- Enclosing class:
WeakishReference
Deprecated.
since 1.7.
Hopefully nobody is using this.
This was a hard reference for Java 1.1. Since Ant1.7,
- Since:
- ant1.6
-
Nested Class Summary
Nested classes/interfaces inherited from class WeakishReference
WeakishReference.HardReferenceModifier and TypeClassDescriptionstatic classDeprecated.since 1.7. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class WeakishReference
createReference, getModifier and TypeMethodDescriptionstatic WeakishReferencecreateReference(Object object) Deprecated.create the appropriate type of reference for the java versionget()Deprecated.Returns this reference object's referent.
-
Constructor Details
-
HardReference
Deprecated.constructor.- Parameters:
object- the object that the reference will refer to.
-