Package net.sf.collabreview.hooks

Examples of net.sf.collabreview.hooks.ArtifactChangeHook


        reloadedContent += "\n";
      }
      artifact.setContent(reloadedContent);
    } // clear content if the artifact gets obsolete and the clearReloadableContent flag is set
    else if (clearReloadableContent && artifact.getReloadHint() != null) {
      artifact.addHook(new ArtifactChangeHook() {
        @Override
        public int getPriority() {
          return PRIORITY_MEDIUM;
        }
View Full Code Here

TOP

Related Classes of net.sf.collabreview.hooks.ArtifactChangeHook

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.