public class FileMrl extends Object implements Mrl
This class provides a fluent API for initialising the MRL, e.g.
String mrl = new FileMrl().file("the-file.mp4") .value();
"file://the-file.mp4"
FileMrl()
FileMrl
file(String file)
String
value()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FileMrl()
public final FileMrl file(String file)
file
public final String value()
Mrl
value
Copyright © 2009–2014 Caprica Software Limited. All rights reserved.