Class ProcfileResolver
- java.lang.Object
-
- com.heroku.sdk.deploy.lib.resolver.ProcfileResolver
-
public class ProcfileResolver extends Object
-
-
Constructor Summary
Constructors Constructor Description ProcfileResolver()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Procfileresolve(Path projectDirectory, Supplier<Procfile> customResolver)
-
-
-
Method Detail
-
resolve
public static Procfile resolve(Path projectDirectory, Supplier<Procfile> customResolver) throws IOException
- Throws:
IOException
-
-