org.jvnet.hk2.internal
Class ValidationInformationImpl

java.lang.Object
  extended by org.jvnet.hk2.internal.ValidationInformationImpl
All Implemented Interfaces:
ValidationInformation

public class ValidationInformationImpl
extends java.lang.Object
implements ValidationInformation

Author:
jwells

Constructor Summary
ValidationInformationImpl(Operation operation, ActiveDescriptor<?> candidate)
          Creates the validation information
ValidationInformationImpl(Operation operation, ActiveDescriptor<?> candidate, Injectee injectee, Filter filter)
          Creates the validation information
 
Method Summary
 ActiveDescriptor<?> getCandidate()
           
 Filter getFilter()
           
 Injectee getInjectee()
           
 Operation getOperation()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidationInformationImpl

public ValidationInformationImpl(Operation operation,
                                 ActiveDescriptor<?> candidate,
                                 Injectee injectee,
                                 Filter filter)
Creates the validation information

Parameters:
operation - The operation to perform
candidate - The candidate to perform it on
injectee - The injecteee that may be involved
filter - The filter that may be involved in the lookup

ValidationInformationImpl

public ValidationInformationImpl(Operation operation,
                                 ActiveDescriptor<?> candidate)
Creates the validation information

Parameters:
operation - The operation to perform
candidate - The candidate to perform it on
Method Detail

getOperation

public Operation getOperation()
Specified by:
getOperation in interface ValidationInformation

getCandidate

public ActiveDescriptor<?> getCandidate()
Specified by:
getCandidate in interface ValidationInformation

getInjectee

public Injectee getInjectee()
Specified by:
getInjectee in interface ValidationInformation

getFilter

public Filter getFilter()
Specified by:
getFilter in interface ValidationInformation

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2013 Oracle Corporation. All Rights Reserved.