Package net.sickill.off.common

Examples of net.sickill.off.common.Wildcard


    }

    @Override
    public Wildcard getIgnoreWildcard() {
        if (ignoreWildcard == null) {
            ignoreWildcard = new Wildcard("*.svn/*;*.git/*;" + getIgnoreMask().trim());
        }
        return ignoreWildcard;
    }
View Full Code Here

TOP

Related Classes of net.sickill.off.common.Wildcard

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.