jar

net.sf.ssg.tools : EasyConfig

Maven & Gradle

Feb 01, 2013

EasyConfig · EasyConfig provides simple way to overview and apply settings to file or folder based collections of files. Synonyms to "setting" are property, attribute, value while throughout application "setting" is used. The settings are groupped in "configuration" that is collection of settings from various sources. Main design concepts are: * minimalistic way to describe configuration * pluggable support for data types (validation), setting sources, source handlers Sample use case: An application is deployed in multiple locations. We need to quickly check key settings/parameters and optionally modify some of them. These values are located in different places: - in files directly in file structure - in files inside archive files (optionally nested archives) - values in DB tables - values accessible via URLs - other sources (just guessed: SSH/telnet connection+some command(s), UPnP devices, proprietary protocols, etc) We gather info from any supported (extendable) source and can modify and apply changes if supported by source (e.g. we can't update value that is count of rows in DB table, but we can read that value).

Table Of Contents

Latest Version

Download net.sf.ssg.tools : EasyConfig JAR file - Latest Versions:

All Versions

Download net.sf.ssg.tools : EasyConfig JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window EasyConfig-0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

ssg.tools.easyconfig.data.handler

├─ ssg.tools.easyconfig.data.handler.BaseConfigurationHandler.class - [JAR]

├─ ssg.tools.easyconfig.data.handler.CompositeConfigurationHandler.class - [JAR]

├─ ssg.tools.easyconfig.data.handler.FileConfigurationHandler.class - [JAR]

├─ ssg.tools.easyconfig.data.handler.IConfigurationHandler.class - [JAR]

├─ ssg.tools.easyconfig.data.handler.TemplateConfigurationHandler.class - [JAR]

ssg.tools.easyconfig.data.sources

├─ ssg.tools.easyconfig.data.sources.ByteStreamSource.class - [JAR]

├─ ssg.tools.easyconfig.data.sources.GrouppedPropertiesSettingSource.class - [JAR]

├─ ssg.tools.easyconfig.data.sources.IReadableSource.class - [JAR]

├─ ssg.tools.easyconfig.data.sources.IStreamSource.class - [JAR]

├─ ssg.tools.easyconfig.data.sources.IWritableSource.class - [JAR]

├─ ssg.tools.easyconfig.data.sources.JDBCSettingSource.class - [JAR]

├─ ssg.tools.easyconfig.data.sources.NSettingSourceFactory.class - [JAR]

├─ ssg.tools.easyconfig.data.sources.ObjectSource.class - [JAR]

├─ ssg.tools.easyconfig.data.sources.PropertiesSettingSource.class - [JAR]

├─ ssg.tools.easyconfig.data.sources.XMLSettingSource.class - [JAR]

ssg.tools.easyconfig.utils

├─ ssg.tools.easyconfig.utils.ByteUtils.class - [JAR]

├─ ssg.tools.easyconfig.utils.IOUtils.class - [JAR]

├─ ssg.tools.easyconfig.utils.JDBCContext.class - [JAR]

├─ ssg.tools.easyconfig.utils.NFactoryPrototype.class - [JAR]

├─ ssg.tools.easyconfig.utils.P.class - [JAR]

├─ ssg.tools.easyconfig.utils.Ring.class - [JAR]

├─ ssg.tools.easyconfig.utils.Tree.class - [JAR]

├─ ssg.tools.easyconfig.utils.UncloseableInputStream.class - [JAR]

├─ ssg.tools.easyconfig.utils.UncloseableOutputStream.class - [JAR]

ssg.tools.easyconfig.data.handler.support

├─ ssg.tools.easyconfig.data.handler.support.AbstractFileStreamSourceHandler.class - [JAR]

├─ ssg.tools.easyconfig.data.handler.support.FolderStreamSourceHandler.class - [JAR]

├─ ssg.tools.easyconfig.data.handler.support.INestedSourceHandler.class - [JAR]

├─ ssg.tools.easyconfig.data.handler.support.ISourceHandler.class - [JAR]

├─ ssg.tools.easyconfig.data.handler.support.JDBCSourceHandler.class - [JAR]

├─ ssg.tools.easyconfig.data.handler.support.NestedSourceWrapper.class - [JAR]

├─ ssg.tools.easyconfig.data.handler.support.ObjectSourceHandler.class - [JAR]

├─ ssg.tools.easyconfig.data.handler.support.SourceHandlerFactory.class - [JAR]

├─ ssg.tools.easyconfig.data.handler.support.ZipStreamSourceHandler.class - [JAR]

ssg.tools.easyconfig.data

├─ ssg.tools.easyconfig.data.APPLY_STRATEGY.class - [JAR]

├─ ssg.tools.easyconfig.data.NSetting.class - [JAR]

├─ ssg.tools.easyconfig.data.NSettingSource.class - [JAR]

├─ ssg.tools.easyconfig.data.NValidationException.class - [JAR]

ssg.tools.easyconfig.vc

├─ ssg.tools.easyconfig.vc.BG_POSITION.class - [JAR]

├─ ssg.tools.easyconfig.vc.ConfiguratorComponentsPanel.class - [JAR]

├─ ssg.tools.easyconfig.vc.CreativeConfiguratorPanel.class - [JAR]

├─ ssg.tools.easyconfig.vc.CreativePanel.class - [JAR]

├─ ssg.tools.easyconfig.vc.CreativeScrollPane.class - [JAR]

├─ ssg.tools.easyconfig.vc.CreativeSplitPane.class - [JAR]

├─ ssg.tools.easyconfig.vc.CreativeTable.class - [JAR]

├─ ssg.tools.easyconfig.vc.CreativeTree.class - [JAR]

├─ ssg.tools.easyconfig.vc.DefaultConfiguratorPanel.class - [JAR]

├─ ssg.tools.easyconfig.vc.IConfiguratorPanel.class - [JAR]

ssg.tools.easyconfig.data.types

├─ ssg.tools.easyconfig.data.types.BaseSettingType.class - [JAR]

├─ ssg.tools.easyconfig.data.types.BinaryType.class - [JAR]

├─ ssg.tools.easyconfig.data.types.BooleanType.class - [JAR]

├─ ssg.tools.easyconfig.data.types.FileType.class - [JAR]

├─ ssg.tools.easyconfig.data.types.IBinarySettingType.class - [JAR]

├─ ssg.tools.easyconfig.data.types.ISettingType.class - [JAR]

├─ ssg.tools.easyconfig.data.types.NumericType.class - [JAR]

├─ ssg.tools.easyconfig.data.types.SettingTypeFactory.class - [JAR]

├─ ssg.tools.easyconfig.data.types.StringType.class - [JAR]

├─ ssg.tools.easyconfig.data.types.UriType.class - [JAR]

├─ ssg.tools.easyconfig.data.types.UrlType.class - [JAR]

ssg.tools.easyconfig.models

├─ ssg.tools.easyconfig.models.ConfigurationChangeEvent.class - [JAR]

├─ ssg.tools.easyconfig.models.ConfigurationChangeListener.class - [JAR]

├─ ssg.tools.easyconfig.models.ConfigurationTreeModel.class - [JAR]

├─ ssg.tools.easyconfig.models.NSettingTableModel.class - [JAR]

ssg.tools.easyconfig

├─ ssg.tools.easyconfig.EasyConfigurator.class - [JAR]

ssg.tools.easyconfig.vc.behaviours

├─ ssg.tools.easyconfig.vc.behaviours.ChangeConfigModeTreeMouseListener.class - [JAR]

├─ ssg.tools.easyconfig.vc.behaviours.TreeExpanderKeyListener.class - [JAR]

ssg.tools.easyconfig.utils.tar

├─ ssg.tools.easyconfig.utils.tar.NestedTarInputStream.class - [JAR]

├─ ssg.tools.easyconfig.utils.tar.Tar.class - [JAR]

├─ ssg.tools.easyconfig.utils.tar.TarEntryHeader.class - [JAR]

├─ ssg.tools.easyconfig.utils.tar.TarInputStream.class - [JAR]

├─ ssg.tools.easyconfig.utils.tar.TarOutputStream.class - [JAR]

├─ ssg.tools.easyconfig.utils.tar.TarRecord.class - [JAR]