org.jbake.app
Class Filter

java.lang.Object
  extended by org.jbake.app.Filter

public class Filter
extends Object

Filters content.

Author:
Jonathan Bullock

Constructor Summary
Filter()
           
 
Method Summary
static List<Map<String,Object>> getPublishedPosts(List<Map<String,Object>> posts)
          Filters published posts.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Filter

public Filter()
Method Detail

getPublishedPosts

public static List<Map<String,Object>> getPublishedPosts(List<Map<String,Object>> posts)
Filters published posts.

Parameters:
posts - The posts to filter
Returns:
Just the published posts


Copyright © 2013. All Rights Reserved.