public class SimpleHttpFileServer extends Object implements HttpFileServer
コンストラクタと説明 |
---|
SimpleHttpFileServer(File contentRoot,
int port,
org.gradle.internal.concurrent.Stoppable stopper) |
public SimpleHttpFileServer(File contentRoot, int port, org.gradle.internal.concurrent.Stoppable stopper)
public int getPort()
getPort
インタフェース内 HttpFileServer
public String getResourceUrl(String path)
getResourceUrl
インタフェース内 HttpFileServer
public File getContentRoot()
getContentRoot
インタフェース内 HttpFileServer
public void stop()
stop
インタフェース内 HttpFileServer