public WikiPageDescriptor(WikiPage data, boolean inProcess, boolean remoteDebug, String classPath) {
this.page = data;
this.inProcess = inProcess;
// Debug property should move to ClientBuilder
this.remoteDebug = remoteDebug;
this.classPath = new ClassPath(classPath, ",");
}