Uses of Interface
org.wildfly.subsystem.SubsystemPersistence

Packages that use SubsystemPersistence
Package
Description
 
  • Uses of SubsystemPersistence in org.wildfly.subsystem

    Modifier and Type
    Method
    Description
    static <S extends Enum<S> & org.jboss.as.controller.SubsystemSchema<S>>
    SubsystemPersistence<S>
    SubsystemPersistence.of(Map<S,org.jboss.staxmapper.XMLElementWriter<org.jboss.as.controller.persistence.SubsystemMarshallingContext>> currentWriters)
    Creates the subsystem persistence configuration for the specified writers for current versions of the schema.
    static <S extends Enum<S> & org.jboss.as.controller.persistence.xml.SubsystemResourceXMLSchema<S>>
    SubsystemPersistence<S>
    SubsystemPersistence.of(Set<S> currentSchemas)
    Creates the subsystem persistence configuration for the current versions of the schema.
    static <S extends Enum<S> & org.jboss.as.controller.persistence.xml.SubsystemResourceXMLSchema<S>>
    SubsystemPersistence<S>
    SubsystemPersistence.of(S currentSchema)
    Creates the subsystem persistence configuration for the current version of the schema.
    static <S extends Enum<S> & org.jboss.as.controller.SubsystemSchema<S>>
    SubsystemPersistence<S>
    SubsystemPersistence.of(S currentSchema, org.jboss.staxmapper.XMLElementWriter<org.jboss.as.controller.persistence.SubsystemMarshallingContext> writer)
    Creates the subsystem persistence configuration for the current version of the schema and specified writer
    Constructors in org.wildfly.subsystem with parameters of type SubsystemPersistence
    Modifier
    Constructor
    Description