X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.api%2Fsrc%2Forg%2Fargeo%2Fapi%2Ftabular%2FTabularContent.java;fp=org.argeo.api%2Fsrc%2Forg%2Fargeo%2Fapi%2Ftabular%2FTabularContent.java;h=0000000000000000000000000000000000000000;hb=b71546ddc74d6ca49d252806aafd491c75dfe1fb;hp=3c9d049c5f36290eac064562cc519bc3a889e349;hpb=4185ff8826f893a4a1f054f61a11b89333c3e85d;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.api/src/org/argeo/api/tabular/TabularContent.java b/org.argeo.api/src/org/argeo/api/tabular/TabularContent.java deleted file mode 100644 index 3c9d049c5..000000000 --- a/org.argeo.api/src/org/argeo/api/tabular/TabularContent.java +++ /dev/null @@ -1,14 +0,0 @@ -package org.argeo.api.tabular; - -import java.util.List; - -/** - * Content organized as a table, possibly with headers. Only JCR types are - * supported even though there is not direct dependency on JCR. - */ -public interface TabularContent { - /** The headers of this table or null is none available. */ - public List getColumns(); - - public TabularRowIterator read(); -}