Uses of Class
net.n2oapp.framework.config.register.XmlInfo
-
Packages that use XmlInfo Package Description net.n2oapp.framework.config.reader net.n2oapp.framework.config.register net.n2oapp.framework.config.register.event net.n2oapp.framework.config.selective -
-
Uses of XmlInfo in net.n2oapp.framework.config.reader
Methods in net.n2oapp.framework.config.reader with parameters of type XmlInfo Modifier and Type Method Description <S extends SourceMetadata>
SXmlMetadataLoader. load(XmlInfo info, String params)StringXmlMetadataLoader. readAsString(XmlInfo info) -
Uses of XmlInfo in net.n2oapp.framework.config.register
Subclasses of XmlInfo in net.n2oapp.framework.config.register Modifier and Type Class Description classClasspathInfoclassInfoConstructorDeprecated.Fields in net.n2oapp.framework.config.register declared as XmlInfo Modifier and Type Field Description protected XmlInfoXmlInfo. ancestorFields in net.n2oapp.framework.config.register with type parameters of type XmlInfo Modifier and Type Field Description static Predicate<XmlInfo>OriginPredicate. groovystatic Predicate<XmlInfo>OriginPredicate. xmlMethods in net.n2oapp.framework.config.register that return XmlInfo Modifier and Type Method Description XmlInfoInfoConstructor. construct()Deprecated.XmlInfoXmlInfo. getAncestor()Methods in net.n2oapp.framework.config.register that return types with arguments of type XmlInfo Modifier and Type Method Description static List<XmlInfo>RegisterUtil. retrieveInfoTree(XmlInfo info, List<XmlInfo> infos)Methods in net.n2oapp.framework.config.register with parameters of type XmlInfo Modifier and Type Method Description static InfoStatus.StatusInfoStatus. calculateStatusByFile(XmlInfo info)static InfoStatus.StatusInfoStatus. calculateStatusByFile(XmlInfo info, boolean checkDiff)static InfoStatus.StatusInfoStatus. calculateStatusByFile(XmlInfo info, boolean checkDiff, boolean checkDuplicate)static booleanInfoStatus. checkIsDuplicate(XmlInfo info)static booleanInfoStatus. isServerFile(XmlInfo info)static booleanInfoStatus. isSystemFile(XmlInfo info)static List<XmlInfo>RegisterUtil. retrieveInfoTree(XmlInfo info, List<XmlInfo> infos)voidInfoConstructor. setAncestor(XmlInfo ancestor)Deprecated.Method parameters in net.n2oapp.framework.config.register with type arguments of type XmlInfo Modifier and Type Method Description static List<XmlInfo>RegisterUtil. retrieveInfoTree(XmlInfo info, List<XmlInfo> infos)Constructors in net.n2oapp.framework.config.register with parameters of type XmlInfo Constructor Description InfoConstructor(XmlInfo info)Deprecated. -
Uses of XmlInfo in net.n2oapp.framework.config.register.event
Methods in net.n2oapp.framework.config.register.event that return XmlInfo Modifier and Type Method Description XmlInfoConfigDuplicateResolveEvent. getInfo()XmlInfoConfigPersistEvent. getInfo()XmlInfoMetadataRemovedEvent. getInfo()Methods in net.n2oapp.framework.config.register.event with parameters of type XmlInfo Modifier and Type Method Description voidConfigPersistEvent. setInfo(XmlInfo info)voidMetadataRemovedEvent. setInfo(XmlInfo info)Constructors in net.n2oapp.framework.config.register.event with parameters of type XmlInfo Constructor Description ConfigDuplicateResolveEvent(Object source, XmlInfo info)ConfigPersistEvent(Object source, XmlInfo info, boolean isCreate)MetadataRemovedEvent(Object source, XmlInfo info) -
Uses of XmlInfo in net.n2oapp.framework.config.selective
Constructors in net.n2oapp.framework.config.selective with parameters of type XmlInfo Constructor Description CompileInfo(XmlInfo info)
-