Package de.innovationgate.wgpublisher.modules

Examples of de.innovationgate.wgpublisher.modules.MediaKeyOptionType


    public OptionDefinitionsMap getOptionDefinitions() {
       
        OptionDefinitionsMap options = new OptionDefinitionsMap();
       
        LocalizedOptionDefinition defMediaKey = new LocalizedOptionDefinition(WGACore.DBATTRIB_DEFAULT_MEDIAKEY, new MediaKeyOptionType(_registry), _bundleLoader);
        defMediaKey.setOptional(true);
        defMediaKey.setDefaultValue(WGDatabase.DEFAULT_MEDIAKEY);
        options.addOption(defMediaKey);

        LocalizedOptionDefinition allowPublishing = new LocalizedOptionDefinition(WGACore.DBATTRIB_ALLOW_PUBLISHING, BooleanOptionType.INSTANCE, _bundleLoader);
View Full Code Here

TOP

Related Classes of de.innovationgate.wgpublisher.modules.MediaKeyOptionType

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.