org.jbake.app
Class Filter
java.lang.Object
org.jbake.app.Filter
public class Filter
- extends Object
Filters content.
- Author:
- Jonathan Bullock
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Filter
public Filter()
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.