Uses of Class
org.burningwave.core.iterable.Properties
| Package | Description |
|---|---|
| org.burningwave.core | |
| org.burningwave.core.assembler | |
| org.burningwave.core.classes | |
| org.burningwave.core.io | |
| org.burningwave.core.iterable | |
| org.burningwave.core.jvm |
-
Uses of Properties in org.burningwave.core
Methods in org.burningwave.core with parameters of type Properties Modifier and Type Method Description static ManagedLogger.RepositoryManagedLogger.Repository. create(Properties config)<K, V> voidManagedLogger.Repository.Abst. processChangeNotification(Properties properties, Properties.Event event, K key, V newValue, V oldValue) -
Uses of Properties in org.burningwave.core.assembler
Fields in org.burningwave.core.assembler declared as Properties Modifier and Type Field Description static PropertiesStaticComponentContainer. GlobalPropertiesMethods in org.burningwave.core.assembler with parameters of type Properties Modifier and Type Method Description voidComponentContainer. processChangeNotification(Properties properties, Properties.Event event, Object key, Object newValue, Object oldValue) -
Uses of Properties in org.burningwave.core.classes
Methods in org.burningwave.core.classes with parameters of type Properties Modifier and Type Method Description static ByteCodeHunterByteCodeHunter. create(PathHelper pathHelper, Object defaultPathScannerClassLoaderOrDefaultPathScannerClassLoaderSupplier, Properties config)static ClassFactoryClassFactory. create(ByteCodeHunter byteCodeHunter, Supplier<ClassPathHunter> classPathHunterSupplier, JavaMemoryCompiler javaMemoryCompiler, PathHelper pathHelper, ClassPathHelper classPathHelper, Object defaultClassLoaderSupplier, Properties config)static ClassHunterClassHunter. create(PathHelper pathHelper, Object defaultPathScannerClassLoaderOrDefaultClassLoaderSupplier, Properties config)static ClassPathHelperClassPathHelper. create(ClassPathHunter classPathHunter, Properties config)static ClassPathHunterClassPathHunter. create(PathHelper pathHelper, Object defaultPathScannerClassLoaderOrDefaultPathScannerClassLoaderSupplier, Properties config)static CodeExecutorCodeExecutor. create(Supplier<ClassFactory> classFactorySupplier, PathHelper pathHelper, Properties config)static JavaMemoryCompilerJavaMemoryCompiler. create(PathHelper pathHelper, ClassPathHelper classPathHelper, Properties config)<K, V> voidClassFactoryImpl. processChangeNotification(Properties properties, Properties.Event event, K key, V newValue, V previousValue)<K, V> voidClassPathScanner.Abst. processChangeNotification(Properties properties, Properties.Event event, K key, V newValue, V previousValue) -
Uses of Properties in org.burningwave.core.io
Methods in org.burningwave.core.io that return types with arguments of type Properties Modifier and Type Method Description Map.Entry<Properties,URL>Resources. loadFirstOneFound(String... fileNames)Map.Entry<Properties,URL>Resources. loadFirstOneFound(Properties properties, String... fileNames)Methods in org.burningwave.core.io with parameters of type Properties Modifier and Type Method Description static PathHelperPathHelper. create(Properties config)Map.Entry<Properties,URL>Resources. loadFirstOneFound(Properties properties, String... fileNames) -
Uses of Properties in org.burningwave.core.iterable
Methods in org.burningwave.core.iterable with parameters of type Properties Modifier and Type Method Description static IterableObjectHelperIterableObjectHelper. create(Properties config)default <T extends Properties.Listener>
TProperties.Listener. listenTo(Properties properties)<K, V> voidIterableObjectHelper. processChangeNotification(Properties properties, Properties.Event event, K key, V newValue, V previousValue)<K, V> voidIterableObjectHelperImpl. processChangeNotification(Properties properties, Properties.Event event, K key, V newValue, V previousValue)default <K, V> voidProperties.Listener. processChangeNotification(Properties properties, Properties.Event event, K key, V newValue, V previousValue)default <T extends Properties.Listener>
TProperties.Listener. unregister(Properties properties)Constructors in org.burningwave.core.iterable with parameters of type Properties Constructor Description Properties(Properties defaults)Properties(Properties defaults, String defaultValuesSeparator) -
Uses of Properties in org.burningwave.core.jvm
Methods in org.burningwave.core.jvm with parameters of type Properties Modifier and Type Method Description <K, V> voidBufferHandler. processChangeNotification(Properties config, Properties.Event event, K key, V newValue, V previousValue)