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 インタフェース内 HttpFileServerpublic String getResourceUrl(String path)
getResourceUrl インタフェース内 HttpFileServerpublic File getContentRoot()
getContentRoot インタフェース内 HttpFileServerpublic void stop()
stop インタフェース内 HttpFileServer