congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
PropertiesFactorySax
Code IndexAdd Tabnine to your IDE (free)

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

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

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: 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

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.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

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

@Test
public void testGetDefaultPropertiesWithSax() {
  final AbstractPropertiesFactory propertiesFactory = new PropertiesFactorySax();
  final Properties properties = propertiesFactory.getDefaultProperties();
  assertProperties(expectedProperties, properties);
}
com.arjuna.common.util.propertyservicePropertiesFactorySax

Most used methods

  • <init>

Popular in Java

  • Running tasks concurrently on multiple threads
  • scheduleAtFixedRate (Timer)
  • notifyDataSetChanged (ArrayAdapter)
  • getResourceAsStream (ClassLoader)
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • Path (java.nio.file)
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • Top Sublime Text plugins
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