public class ApiWatchedDirList extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ITEMS_ATTR |
protected List<T> |
values |
Constructor and Description |
---|
ApiWatchedDirList() |
public static final String ITEMS_ATTR
protected List<T> values
public void addWatchedDir(String dir)
public List<ApiWatchedDir> getDirs()
public void setDirs(List<ApiWatchedDir> watchedDirs)
public boolean add(T item)
public int size()
public T get(int index)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.