Uses of Class
net.n2oapp.framework.api.register.SourceInfo
-
Packages that use SourceInfo Package Description net.n2oapp.framework.api.reader net.n2oapp.framework.api.register net.n2oapp.framework.api.register.scan -
-
Uses of SourceInfo in net.n2oapp.framework.api.reader
Classes in net.n2oapp.framework.api.reader with type parameters of type SourceInfo Modifier and Type Interface Description interfaceSourceLoader<I extends SourceInfo>Загрузчик метаданных из внешних источниковMethods in net.n2oapp.framework.api.reader with type parameters of type SourceInfo Modifier and Type Method Description <S extends SourceMetadata,I extends SourceInfo>
SSourceLoaderFactory. read(I info, java.lang.String params) -
Uses of SourceInfo in net.n2oapp.framework.api.register
Methods in net.n2oapp.framework.api.register with type parameters of type SourceInfo Modifier and Type Method Description <I extends SourceInfo>
voidMetadataRegister. add(I info)Зарегистрировать метаданную<I extends SourceInfo>
voidMetadataRegister. addAll(java.util.Collection<I> infoList)Зарегистрировать список метаданных<I extends SourceInfo>
java.util.List<I>MetadataRegister. find(java.util.function.Predicate<I> criteria, java.lang.Class<I> infoClass)Найти информацию о метаданных определнного типа<I extends SourceInfo>
voidMetadataRegister. update(I info)Обновить информацию о метаданнойMethods in net.n2oapp.framework.api.register that return SourceInfo Modifier and Type Method Description SourceInfoMetadataRegister. get(java.lang.String id, java.lang.Class<? extends SourceMetadata> sourceClass)Получить мета информацию о метаданнойMethods in net.n2oapp.framework.api.register that return types with arguments of type SourceInfo Modifier and Type Method Description java.util.List<SourceInfo>MetadataRegister. find(java.lang.Class<? extends SourceMetadata> sourceClass)Найти информацию о метаданных определенного классаjava.util.List<SourceInfo>MetadataRegister. find(java.util.function.Predicate<SourceInfo> criteria)Найти информацию о метаданныхMethod parameters in net.n2oapp.framework.api.register with type arguments of type SourceInfo Modifier and Type Method Description java.util.List<SourceInfo>MetadataRegister. find(java.util.function.Predicate<SourceInfo> criteria)Найти информацию о метаданных -
Uses of SourceInfo in net.n2oapp.framework.api.register.scan
Classes in net.n2oapp.framework.api.register.scan with type parameters of type SourceInfo Modifier and Type Interface Description interfaceMetadataScanner<I extends SourceInfo>Methods in net.n2oapp.framework.api.register.scan that return types with arguments of type SourceInfo Modifier and Type Method Description java.util.List<? extends SourceInfo>MetadataScannerFactory. scan()Сканировать метаданные
-