Package no.priv.garshol.duke.cleaners

Examples of no.priv.garshol.duke.cleaners.ChainedCleaner


        cleaners[ix] = _makeCleaner(names[ix]);

      if (cleaners.length == 1)
        return cleaners[0];
      else
        return new ChainedCleaner(cleaners);
    }
View Full Code Here

TOP

Related Classes of no.priv.garshol.duke.cleaners.ChainedCleaner

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.