org.codehaus.enunciate.modules.spring_app.config
Class SpringImport

java.lang.Object
  extended by org.codehaus.enunciate.modules.spring_app.config.SpringImport

public class SpringImport
extends java.lang.Object

Configuration element used to add spring configuration to the module.

Author:
Ryan Heaton

Constructor Summary
SpringImport()
           
 
Method Summary
 java.lang.String getFile()
          The spring file to import.
 java.lang.String getUri()
          Used to indicate a URI pointing to the the spring import.
 void setFile(java.lang.String file)
          The spring file to import.
 void setUri(java.lang.String uri)
          The URI to the spring import.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringImport

public SpringImport()
Method Detail

getFile

public java.lang.String getFile()
The spring file to import.

Returns:
The spring file to import.

setFile

public void setFile(java.lang.String file)
The spring file to import.

Parameters:
file - The spring file to import.

getUri

public java.lang.String getUri()
Used to indicate a URI pointing to the the spring import.

Returns:
The URI to the spring import.

setUri

public void setUri(java.lang.String uri)
The URI to the spring import.

Parameters:
uri - The URI to the spring import.