You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2018/01/19 02:19:27 UTC

[03/13] james-project git commit: JAMES-2287 Introduce BlobId API

JAMES-2287 Introduce BlobId API


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/18152125
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/18152125
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/18152125

Branch: refs/heads/master
Commit: 1815212517925812a3e24b5f6ad905c1e4b77d66
Parents: 894647e
Author: Antoine Duprat <ad...@linagora.com>
Authored: Tue Jan 16 12:47:11 2018 +0100
Committer: benwa <bt...@linagora.com>
Committed: Fri Jan 19 09:06:42 2018 +0700

----------------------------------------------------------------------
 .../java/org/apache/james/blob/api/BlobId.java  | 25 ++++++++++++++++++++
 1 file changed, 25 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/18152125/server/blob/blob-api/src/main/java/org/apache/james/blob/api/BlobId.java
----------------------------------------------------------------------
diff --git a/server/blob/blob-api/src/main/java/org/apache/james/blob/api/BlobId.java b/server/blob/blob-api/src/main/java/org/apache/james/blob/api/BlobId.java
new file mode 100644
index 0000000..647c153
--- /dev/null
+++ b/server/blob/blob-api/src/main/java/org/apache/james/blob/api/BlobId.java
@@ -0,0 +1,25 @@
+/****************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one   *
+ * or more contributor license agreements.  See the NOTICE file *
+ * distributed with this work for additional information        *
+ * regarding copyright ownership.  The ASF licenses this file   *
+ * to you under the Apache License, Version 2.0 (the            *
+ * "License"); you may not use this file except in compliance   *
+ * with the License.  You may obtain a copy of the License at   *
+ *                                                              *
+ *   http://www.apache.org/licenses/LICENSE-2.0                 *
+ *                                                              *
+ * Unless required by applicable law or agreed to in writing,   *
+ * software distributed under the License is distributed on an  *
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
+ * KIND, either express or implied.  See the License for the    *
+ * specific language governing permissions and limitations      *
+ * under the License.                                           *
+ ****************************************************************/
+
+package org.apache.james.blob.api;
+
+public interface BlobId {
+
+    String asString();
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org