Package com.github.dreamhead.moco.mount

Examples of com.github.dreamhead.moco.mount.MountTo


import static com.google.common.base.Preconditions.checkNotNull;
import static org.apache.commons.io.FilenameUtils.wildcardMatch;

public class MocoMount {
    public static MountTo to(final String target) {
        return new MountTo(checkNotNullOrEmpty(target, "Target should not be null"));
    }
View Full Code Here

TOP

Related Classes of com.github.dreamhead.moco.mount.MountTo

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.