com.zusmart.base.scanner.ScannerResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zusmart-base Show documentation
Show all versions of zusmart-base Show documentation
提供基础的工具类及方法类,Logging,Scanner,Buffer,NetWork,Future,Thread
package com.zusmart.base.scanner;
public interface ScannerResult {
public String getName();
public String getPath();
public boolean isClass();
public boolean isResource();
public boolean isFromJarFile();
public boolean isFromDirFile();
}