Package org.javlo.service
Class CompatibiltyService
- java.lang.Object
-
- org.javlo.service.CompatibiltyService
-
public class CompatibiltyService extends Object
-
-
Constructor Summary
Constructors Constructor Description CompatibiltyService()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
convertCMS(PrintStream out, ContentContext ctx)
convert a former version of content, context, config to the current cms version
-
-
-
Field Detail
-
logger
protected static Logger logger
-
-
Method Detail
-
convertCMS
public static void convertCMS(PrintStream out, ContentContext ctx) throws ParseException
convert a former version of content, context, config to the current cms version- Parameters:
out
- for outputctx
- current context- Throws:
ParseException
-
-