org.springframework.beans.factory.parsing
Class ConstructorArgumentEntry
java.lang.Object
   org.springframework.beans.factory.parsing.ConstructorArgumentEntry
org.springframework.beans.factory.parsing.ConstructorArgumentEntry
- All Implemented Interfaces: 
- ParseState.Entry
- public class ConstructorArgumentEntry 
- extends Object- implements ParseState.Entry
ParseState entry representing a (possibly indexed)
 constructor argument.
- Since:
- 2.0
- Author:
- Rob Harrop, Juergen Hoeller
 
 
 
ConstructorArgumentEntry
public ConstructorArgumentEntry()
- Creates a new instance of the ConstructorArgumentEntryclass
 representing a constructor argument with a (currently) unknown index.
 
ConstructorArgumentEntry
public ConstructorArgumentEntry(int index)
- Creates a new instance of the ConstructorArgumentEntryclass
 representing a constructor argument at the suppliedindex.
 
- Parameters:
- index- the index of the constructor argument
- Throws:
- IllegalArgumentException- if the supplied- indexis less than zero
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
Copyright © 2002-2008 The Spring Framework.