Tabnine Logo
com.arjuna.common.util.propertyservice
Code IndexAdd Tabnine to your IDE (free)

How to use com.arjuna.common.util.propertyservice

Best Java code snippets using com.arjuna.common.util.propertyservice (Showing top 20 results out of 315)

origin: org.jboss.narayana.jts/narayana-jts-idlj

public static Properties getDefaultProperties() {
  initPropertiesFactory();
  return delegatePropertiesFactory.getDefaultProperties();
}
origin: org.jboss.narayana.jts/narayana-jts-idlj

public static Properties getPropertiesFromFile(String propertyFileName, ClassLoader classLoader) {
  initPropertiesFactory();
  return delegatePropertiesFactory.getPropertiesFromFile(propertyFileName, classLoader);
}
origin: org.jboss.narayana.arjunacore/arjunacore

private static void initPropertiesFactory() {
  if (delegatePropertiesFactory != null) {
    return;
  }
  synchronized (PropertiesFactory.class) {
    if (delegatePropertiesFactory == null) {
      if (isStaxAvailable()) {
        delegatePropertiesFactory = new PropertiesFactoryStax();
      } else {
        delegatePropertiesFactory = new PropertiesFactorySax();
      }
    }
  }
}
origin: org.jboss.jbossts/jbossjta

/**
 * Returns the systems default properties, as read from the configuration file.
 * @return the configuration Properties
 */
public static Properties getDefaultProperties() {
  if(defaultProperties == null) {
    // TODO: pick and document new standard for global config file name property. For now use 'common' module value.
    initDefaultProperties("com.arjuna.ats.arjuna.common.propertiesFile");
  }
  return defaultProperties;
}
origin: org.jboss.narayana.jts/narayana-jts-idlj

/**
 * Returns the systems default properties, as read from the configuration file.
 * @return the configuration Properties
 */
public Properties getDefaultProperties() {
  if(defaultProperties == null) {
    // TODO: pick and document new standard for global config file name property. For now use 'common' module value.
    initDefaultProperties("com.arjuna.ats.arjuna.common.propertiesFile");
  }
  return defaultProperties;
}
origin: org.jboss.narayana.jts/narayana-jts-idlj

private static void initPropertiesFactory() {
  if (delegatePropertiesFactory != null) {
    return;
  }
  synchronized (PropertiesFactory.class) {
    if (delegatePropertiesFactory == null) {
      if (isStaxAvailable()) {
        delegatePropertiesFactory = new PropertiesFactoryStax();
      } else {
        delegatePropertiesFactory = new PropertiesFactorySax();
      }
    }
  }
}
origin: jbosstm/narayana

public static Properties getDefaultProperties() {
  initPropertiesFactory();
  return delegatePropertiesFactory.getDefaultProperties();
}
origin: jbosstm/narayana

public static Properties getPropertiesFromFile(String propertyFileName, ClassLoader classLoader) {
  initPropertiesFactory();
  return delegatePropertiesFactory.getPropertiesFromFile(propertyFileName, classLoader);
}
origin: org.jboss.jbossts.arjunacore/arjunacore

/**
 * Returns the systems default properties, as read from the configuration file.
 * @return the configuration Properties
 */
public static Properties getDefaultProperties() {
  if(defaultProperties == null) {
    // TODO: pick and document new standard for global config file name property. For now use 'common' module value.
    initDefaultProperties("com.arjuna.ats.arjuna.common.propertiesFile");
  }
  return defaultProperties;
}
origin: org.jboss.narayana.arjunacore/arjunacore

/**
 * Returns the systems default properties, as read from the configuration file.
 * @return the configuration Properties
 */
public Properties getDefaultProperties() {
  if(defaultProperties == null) {
    // TODO: pick and document new standard for global config file name property. For now use 'common' module value.
    initDefaultProperties("com.arjuna.ats.arjuna.common.propertiesFile");
  }
  return defaultProperties;
}
origin: jbosstm/narayana

private static void initPropertiesFactory() {
  if (delegatePropertiesFactory != null) {
    return;
  }
  synchronized (PropertiesFactory.class) {
    if (delegatePropertiesFactory == null) {
      if (isStaxAvailable()) {
        delegatePropertiesFactory = new PropertiesFactoryStax();
      } else {
        delegatePropertiesFactory = new PropertiesFactorySax();
      }
    }
  }
}
origin: jbosstm/narayana

public static Properties getDefaultProperties() {
  initPropertiesFactory();
  return delegatePropertiesFactory.getDefaultProperties();
}
origin: org.jboss.narayana.arjunacore/arjunacore

public static Properties getPropertiesFromFile(String propertyFileName, ClassLoader classLoader) {
  initPropertiesFactory();
  return delegatePropertiesFactory.getPropertiesFromFile(propertyFileName, classLoader);
}
origin: org.jboss.jbossts.jta/narayana-jta

/**
 * Returns the systems default properties, as read from the configuration file.
 * @return the configuration Properties
 */
public static Properties getDefaultProperties() {
  if(defaultProperties == null) {
    // TODO: pick and document new standard for global config file name property. For now use 'common' module value.
    initDefaultProperties("com.arjuna.ats.arjuna.common.propertiesFile");
  }
  return defaultProperties;
}
origin: jbosstm/narayana

private static void initPropertiesFactory() {
  if (delegatePropertiesFactory != null) {
    return;
  }
  synchronized (PropertiesFactory.class) {
    if (delegatePropertiesFactory == null) {
      if (isStaxAvailable()) {
        delegatePropertiesFactory = new PropertiesFactoryStax();
      } else {
        delegatePropertiesFactory = new PropertiesFactorySax();
      }
    }
  }
}
origin: org.jboss.narayana.arjunacore/arjunacore

public static Properties getDefaultProperties() {
  initPropertiesFactory();
  return delegatePropertiesFactory.getDefaultProperties();
}
origin: jbosstm/narayana

public static Properties getPropertiesFromFile(String propertyFileName, ClassLoader classLoader) {
  initPropertiesFactory();
  return delegatePropertiesFactory.getPropertiesFromFile(propertyFileName, classLoader);
}
origin: jbosstm/narayana

private static void initPropertiesFactory() {
  if (delegatePropertiesFactory != null) {
    return;
  }
  synchronized (PropertiesFactory.class) {
    if (delegatePropertiesFactory == null) {
      if (isStaxAvailable()) {
        delegatePropertiesFactory = new PropertiesFactoryStax();
      } else {
        delegatePropertiesFactory = new PropertiesFactorySax();
      }
    }
  }
}
origin: jbosstm/narayana

public static Properties getDefaultProperties() {
  initPropertiesFactory();
  return delegatePropertiesFactory.getDefaultProperties();
}
origin: jbosstm/narayana

public static Properties getPropertiesFromFile(String propertyFileName, ClassLoader classLoader) {
  initPropertiesFactory();
  return delegatePropertiesFactory.getPropertiesFromFile(propertyFileName, classLoader);
}
com.arjuna.common.util.propertyservice

Most used classes

  • PropertiesFactory
    This class loads properties according to the file location, substitution and override rules describe
  • StringPropertyReplacer
    A utility class for replacing properties in strings.
  • FileLocator
    The FileLocator class provides a common method for locating files. If not passed an absolute filenam
  • AbstractPropertiesFactory
    This class loads properties according to the file location, substitution and override rules describe
  • PropertiesFactorySax
  • SaxHandler,
  • PropertyManager
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