Tabnine Logo
JsrXmlApplicationContext.getEnvironment
Code IndexAdd Tabnine to your IDE (free)

How to use
getEnvironment
method
in
org.springframework.batch.core.jsr.configuration.xml.JsrXmlApplicationContext

Best Java code snippets using org.springframework.batch.core.jsr.configuration.xml.JsrXmlApplicationContext.getEnvironment (Showing top 8 results out of 315)

origin: spring-projects/spring-batch

/**
 * <p>
 * Create a new context instance with no job parameters.
 * </p>
 */
public JsrXmlApplicationContext() {
  reader.setDocumentReaderClass(JsrBeanDefinitionDocumentReader.class);
  reader.setEnvironment(this.getEnvironment());
}
origin: spring-projects/spring-batch

/**
 * <p>
 * Create a new context instance using the provided {@link Properties} representing job
 * parameters when pre-processing the job definition document.
 * </p>
 *
 * @param jobParameters the {@link Properties} representing job parameters
 */
public JsrXmlApplicationContext(Properties jobParameters) {
  reader.setDocumentReaderClass(JsrBeanDefinitionDocumentReader.class);
  reader.setEnvironment(this.getEnvironment());
  storeJobParameters(jobParameters);
}
origin: org.springframework.batch/spring-batch-core

/**
 * <p>
 * Create a new context instance with no job parameters.
 * </p>
 */
public JsrXmlApplicationContext() {
  reader.setDocumentReaderClass(JsrBeanDefinitionDocumentReader.class);
  reader.setEnvironment(this.getEnvironment());
}
origin: org.springframework.batch.core/org.motechproject.org.springframework.batch.core

/**
 * <p>
 * Create a new context instance with no job parameters.
 * </p>
 */
public JsrXmlApplicationContext() {
  reader.setDocumentReaderClass(JsrBeanDefinitionDocumentReader.class);
  reader.setEnvironment(this.getEnvironment());
}
origin: apache/servicemix-bundles

/**
 * <p>
 * Create a new context instance with no job parameters.
 * </p>
 */
public JsrXmlApplicationContext() {
  reader.setDocumentReaderClass(JsrBeanDefinitionDocumentReader.class);
  reader.setEnvironment(this.getEnvironment());
}
origin: apache/servicemix-bundles

/**
 * <p>
 * Create a new context instance using the provided {@link Properties} representing job
 * parameters when pre-processing the job definition document.
 * </p>
 *
 * @param jobParameters the {@link Properties} representing job parameters
 */
public JsrXmlApplicationContext(Properties jobParameters) {
  reader.setDocumentReaderClass(JsrBeanDefinitionDocumentReader.class);
  reader.setEnvironment(this.getEnvironment());
  storeJobParameters(jobParameters);
}
origin: org.springframework.batch/spring-batch-core

/**
 * <p>
 * Create a new context instance using the provided {@link Properties} representing job
 * parameters when pre-processing the job definition document.
 * </p>
 *
 * @param jobParameters the {@link Properties} representing job parameters
 */
public JsrXmlApplicationContext(Properties jobParameters) {
  reader.setDocumentReaderClass(JsrBeanDefinitionDocumentReader.class);
  reader.setEnvironment(this.getEnvironment());
  storeJobParameters(jobParameters);
}
origin: org.springframework.batch.core/org.motechproject.org.springframework.batch.core

/**
 * <p>
 * Create a new context instance using the provided {@link Properties} representing job
 * parameters when pre-processing the job definition document.
 * </p>
 *
 * @param jobParameters the {@link Properties} representing job parameters
 */
public JsrXmlApplicationContext(Properties jobParameters) {
  reader.setDocumentReaderClass(JsrBeanDefinitionDocumentReader.class);
  reader.setEnvironment(this.getEnvironment());
  storeJobParameters(jobParameters);
}
org.springframework.batch.core.jsr.configuration.xmlJsrXmlApplicationContextgetEnvironment

Popular methods of JsrXmlApplicationContext

  • <init>
    Create a new context instance using the provided Properties representing job parameters when pre-pr
  • close
  • getBean
  • load
    Load bean definitions from the given XML resources.
  • refresh
  • registerBeanDefinition
  • setValidating
    Set whether to use XML validation. Default is true.
  • getBeanNamesForType
  • isActive
  • setParent
  • storeJobParameters
  • getBeanFactory
  • storeJobParameters,
  • getBeanFactory,
  • containsBeanDefinition,
  • getBeanDefinition

Popular in Java

  • Making http post requests using okhttp
  • scheduleAtFixedRate (ScheduledExecutorService)
  • startActivity (Activity)
  • getContentResolver (Context)
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • JComboBox (javax.swing)
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now