Package net.sourceforge.fullsync

Examples of net.sourceforge.fullsync.RuleSetDescriptor


      }

      buttonScheduling.setData(p.getSchedule());
      buttonEnabled.setSelection(p.isEnabled());

      RuleSetDescriptor ruleSetDescriptor = p.getRuleSet();
      filter = null;

      SimplyfiedRuleSetDescriptor simpleDesc = (SimplyfiedRuleSetDescriptor) ruleSetDescriptor;
      syncSubsButton.setSelection(simpleDesc.isSyncSubDirs());
      FileFilter fileFilter = simpleDesc.getFileFilter();
View Full Code Here


        mb.open();
        return false;
      }
    }
    Profile p;
    RuleSetDescriptor ruleSetDescriptor = null;
    ruleSetDescriptor = new SimplyfiedRuleSetDescriptor(syncSubsButton.getSelection(), filter, buttonUseFileFilter.getSelection(),
        getFileFilterTree());

    if (profileName == null) {
      p = new Profile(textProfileName.getText(), src, dst, ruleSetDescriptor);
View Full Code Here

TOP

Related Classes of net.sourceforge.fullsync.RuleSetDescriptor

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.