All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.milton.http.caldav.PrincipalMatchReport Maven / Gradle / Ivy

Go to download

Milton Enterprise: Supports DAV level 2 and above, including Caldav and Carddav. Available on AGPL or commercial licenses

The newest version!
/*
 * Copyright 2012 McEvoy Software Ltd.
 *
 */

package io.milton.http.caldav;

import io.milton.http.report.Report;
import io.milton.resource.Resource;
import org.jdom2.Document;

/**
 *
 * @author alex
 */
public class PrincipalMatchReport implements Report
{

  public String getName()
  {
    return "principal-match";
  }

  public String process(String host, String path, Resource r, Document doc)
  {
    throw new UnsupportedOperationException("Not supported yet.");
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy