]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.common/src/org/simantics/common/format/Formatter.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.common / src / org / simantics / common / format / Formatter.java
diff --git a/bundles/org.simantics.common/src/org/simantics/common/format/Formatter.java b/bundles/org.simantics.common/src/org/simantics/common/format/Formatter.java
new file mode 100644 (file)
index 0000000..de8e68b
--- /dev/null
@@ -0,0 +1,10 @@
+package org.simantics.common.format;\r
+\r
+/*\r
+ * This interface performs string formatting for arbitrary input. Implementations usually make some assumptions about the input.\r
+ */\r
+public interface Formatter {\r
+\r
+       String format(Object object);\r
+       \r
+}\r