docstring_tokens
list
code_tokens
list
[ "returns", "the", "cluster", "labels", "of", "data" ]
[ "return", "y", ";" ]
[ "returns", "the", "size", "of", "clusters" ]
[ "return", "size", ";" ]
[ "squared", "euclidean", "distance", "with", "handling", "missing", "values", "(", "represented", "as", "na", "n", ")" ]
[ "int", "n", "=", "x", "length", ";", "int", "m", "=", "0", ";", "double", "dist", "=", "0", "0", ";", "for", "(", "int", "i", "=", "0", ";", "i", "<", "n", ";", "i", "+", "+", ")", "{", "if", "(", "!", "double", "is", "na", "n", "(", ...
[ "{" ]
[ "cache", "configuration", "cfg", "=", "super", "cache", "configuration", "(", "ignite", "instance", "name", ")", ";", "cfg", "set", "affinity", "(", "new", "rendezvous", "affinity", "function", "(", "true", ")", ")", ";", "return", "cfg", ";" ]
[ "called", "when", "reading", "from", "this", "content", "source", "is", "no", "longer", "required" ]
[ "@", "override", "public", "abstract", "void", "close", "(", ")", "throws", "i", "o", "exception", ";" ]
[ "returns", "the", "current", "position", "in", "this", "file", "where", "the", "next", "write", "will", "occur" ]
[ "public", "abstract", "long", "get", "file", "pointer", "(", ")", ";" ]
[ "seek", "to", "the", "specified", "position" ]
[ "public", "abstract", "void", "seek", "(", "long", "pos", ")", "throws", "i", "o", "exception", ";" ]
[ "get", "file", "size" ]
[ "public", "abstract", "long", "length", "(", ")", ";" ]
[ "{", "@", "inherit", "doc", "}" ]
[ "return", "(", "index", "input", ")", "super", "clone", "(", ")", ";" ]
[ "creates", "a", "slice", "of", "this", "index", "input", "with", "the", "given", "description", "offset", "and", "length", "the", "slice", "is", "seeked", "to", "the", "beginning" ]
[ "public", "abstract", "index", "input", "slice", "(", "string", "slice", "description", ",", "long", "offset", ",", "long", "length", ")", "throws", "i", "o", "exception", ";" ]
[ "returns", "the", "{", "@", "link", "pull", "to", "refresh", "base", "}", "which", "will", "replace", "the", "list", "view", "created", "from", "list", "fragment", "you", "should", "override", "this", "method", "if", "you", "wish", "to", "customise", "the"...
[ "protected", "abstract", "t", "on", "create", "pull", "to", "refresh", "list", "view", "(", "layout", "inflater", "inflater", ",", "bundle", "saved", "instance", "state", ")", ";" ]
[ "get", "the", "class", "of", "the", "top", "-", "most", "stack", "element", "representing", "a", "script" ]
[ "class", "[", "]", "context", "=", "get", "class", "context", "(", ")", ";", "for", "(", "class", "c", ":", "context", ")", "{", "if", "(", "c", "!", "=", "interpreted", "function", "class", "&", "&", "native", "function", "class", "is", "assignable"...
[ "get", "the", "type", "variables", "from", "the", "given", "{" ]
[ "final", "list", "<", "?", "extends", "type", "parameter", "element", ">", "type", "parameters", "=", "type", "element", "get", "type", "parameters", "(", ")", ";", "final", "int", "type", "parameter", "count", "=", "type", "parameters", "size", "(", ")", ...
[ "returns", "the", "key", "prefix", "of", "the", "virtual", "directory", "being", "uploaded", "to" ]
[ "return", "key", "prefix", ";" ]
[ "makes", "a", "call", "to", "the", "operation", "specified", "by", "the", "waiter", "by", "taking", "the", "corresponding", "request", "and", "returns", "the", "corresponding", "result" ]
[ "return", "client", "head", "bucket", "(", "head", "bucket", "request", ")", ";" ]
[ "gets", "the", "delimiter", "symbol", "if", "{", "@", "code", "null", "}", "then", "the", "default", "format", "value", "is", "used" ]
[ "return", "delimiter", ";" ]
[ "gets", "the", "quote", "symbol", "if", "{", "@", "code", "null", "}", "then", "the", "default", "format", "value", "is", "used" ]
[ "return", "quote", ";" ]
[ "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "...
[ "this", "async", "context", "=", "null", ";", "this", "async", "completed", "set", "(", "true", ")", ";" ]
[ "returns", "the", "current", "thread", "s", "{", "@", "code", "thread", "local", "random", "}" ]
[ "return", "local", "random", "get", "(", ")", ";" ]
[ "throws", "{", "@", "code", "unsupported", "operation", "exception", "}", "setting", "seeds", "in", "this", "generator", "is", "not", "supported" ]
[ "if", "(", "initialized", ")", "{", "throw", "new", "unsupported", "operation", "exception", "(", ")", ";", "}", "rnd", "=", "(", "seed", "^", "multiplier", ")", "&", "mask", ";" ]
[ "returns", "a", "pseudorandom", "uniformly", "distributed", "value", "between", "the", "given", "least", "value", "(", "inclusive", ")", "and", "bound", "(", "exclusive", ")" ]
[ "if", "(", "least", ">", "=", "bound", ")", "{", "throw", "new", "illegal", "argument", "exception", "(", ")", ";", "}", "return", "next", "int", "(", "bound", "-", "least", ")", "+", "least", ";" ]
[ "returns", "a", "pseudorandom", "uniformly", "distributed", "value", "between", "the", "given", "least", "value", "(", "inclusive", ")", "and", "bound", "(", "exclusive", ")" ]
[ "if", "(", "least", ">", "=", "bound", ")", "{", "throw", "new", "illegal", "argument", "exception", "(", ")", ";", "}", "return", "next", "long", "(", "bound", "-", "least", ")", "+", "least", ";" ]
[ "returns", "a", "pseudorandom", "uniformly", "distributed", "value", "between", "the", "given", "least", "value", "(", "inclusive", ")", "and", "bound", "(", "exclusive", ")" ]
[ "if", "(", "least", ">", "=", "bound", ")", "{", "throw", "new", "illegal", "argument", "exception", "(", ")", ";", "}", "return", "next", "double", "(", ")", "*", "(", "bound", "-", "least", ")", "+", "least", ";" ]
[ "maintain", "parser", "cache", "integrity" ]
[ "@", "value", "parameter", "@", "value", "auxiliary", "@", "override", "public", "abstract", "base", "description", "<", "t", ">", "get", "description", "(", ")", ";" ]
[ "build", "target", "paths", "which", "when", "changed", "may", "change", "the", "build", "rules", "produced", "by", "this", "target", "node", "but", "whose", "steps", "don", "t", "need", "executing", "in", "order", "to", "build", "this", "target", "node", ...
[ "@", "value", "parameter", "@", "override", "public", "abstract", "immutable", "sorted", "set", "<", "build", "target", ">", "get", "target", "graph", "only", "deps", "(", ")", ";" ]
[ "copy", "information", "from", "the", "meta", "-", "data", "input", "to", "the", "dialog", "fields" ]
[ "if", "(", "job", "entry", "get", "name", "(", ")", "!", "=", "null", ")", "{", "w", "name", "set", "text", "(", "job", "entry", "get", "name", "(", ")", ")", ";", "}", "w", "server", "name", "set", "text", "(", "const", "nvl", "(", "job", "e...
[ "validates", "user", "input", "and", "creates", "a", "new", "type", "or", "updates", "an", "existing", "type", "based", "on", "the", "user", "input", "given", "in", "the", "respective", "panel", "if", "the", "user", "input", "was", "invalid", "no", "type",...
[ "if", "(", "!", "validate", "model", "(", ")", ")", "{", "return", "false", ";", "}", "if", "(", "existing", "type", "=", "=", "null", ")", "{", "create", "new", "type", "(", ")", ";", "}", "else", "{", "update", "existing", "type", "(", ")", "...
[ "tests", "if", "the", "type", "model", "meets", "all", "constraints", "in", "order", "to", "create", "or", "update", "a", "corresponding", "type", "the", "implementation", "should", "display", "an", "error", "if", "that", "s", "not", "the", "case" ]
[ "protected", "abstract", "boolean", "validate", "model", "(", ")", ";" ]
[ "updates", "the", "given", "type", "in", "the", "type", "system" ]
[ "protected", "abstract", "void", "update", "existing", "type", "(", ")", "throws", "couldnt", "save", "data", "exception", ",", "couldnt", "delete", "exception", ";" ]
[ "creates", "a", "new", "type", "in", "the", "type", "system" ]
[ "protected", "abstract", "void", "create", "new", "type", "(", ")", "throws", "couldnt", "save", "data", "exception", ";" ]
[ "<", "p", ">", "identifier", "of", "the", "directory", "consumer", "account", "<", "/", "p", ">" ]
[ "set", "id", "(", "id", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "type", "of", "identifier", "to", "be", "used", "in", "the", "<", "i", ">", "id", "<", "/", "i", ">", "field", "<", "/", "p", ">" ]
[ "set", "type", "(", "type", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "type", "of", "identifier", "to", "be", "used", "in", "the", "<", "i", ">", "id", "<", "/", "i", ">", "field", "<", "/", "p", ">" ]
[ "this", "type", "=", "type", "to", "string", "(", ")", ";", "return", "this", ";" ]
[ "use", "{" ]
[ "return", "get", "groups", "pointer", "map", "(", ")", ";" ]
[ "compare", "another", "feed", "preferences", "with", "this", "one", "the", "feed", "i", "d", "auto", "download", "and", "auto", "delete", "action", "attribute", "are", "excluded", "from", "the", "comparison" ]
[ "if", "(", "other", "=", "=", "null", ")", "{", "return", "true", ";", "}", "if", "(", "!", "text", "utils", "equals", "(", "username", ",", "other", "username", ")", ")", "{", "return", "true", ";", "}", "if", "(", "!", "text", "utils", "equals"...
[ "update", "this", "feed", "preferences", "object", "from", "another", "one", "the", "feed", "i", "d", "auto", "download", "and", "auto", "delete", "action", "attributes", "are", "excluded", "from", "the", "update" ]
[ "if", "(", "other", "=", "=", "null", ")", "return", ";", "this", "username", "=", "other", "username", ";", "this", "password", "=", "other", "password", ";" ]
[ "<", "p", ">", "if", "the", "previous", "call", "to", "the", "<", "code", ">", "list", "notebook", "instances", "<", "/", "code", ">", "is", "truncated", "the", "response", "includes", "a", "<", "code", ">", "next", "token", "<", "/", "code", ">", ...
[ "set", "next", "token", "(", "next", "token", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "maximum", "number", "of", "attachments", "to", "return", "per", "page", "<", "/", "p", ">" ]
[ "this", "max", "results", "=", "max", "results", ";" ]
[ "<", "p", ">", "the", "maximum", "number", "of", "attachments", "to", "return", "per", "page", "<", "/", "p", ">" ]
[ "return", "this", "max", "results", ";" ]
[ "<", "p", ">", "the", "maximum", "number", "of", "notebook", "instances", "to", "return", "<", "/", "p", ">" ]
[ "set", "max", "results", "(", "max", "results", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "column", "name", "to", "use", "to", "sort", "the", "list", "results", ":", "<", "/", "p", ">", "<", "ul", ">", "<", "li", ">", "<", "p", ">", "register", "time", ":", "sort", "by", "the", "time", "the", "revisions", "were...
[ "this", "sort", "by", "=", "sort", "by", ";" ]
[ "<", "p", ">", "the", "column", "name", "to", "use", "to", "sort", "the", "list", "results", ":", "<", "/", "p", ">", "<", "ul", ">", "<", "li", ">", "<", "p", ">", "register", "time", ":", "sort", "by", "the", "time", "the", "revisions", "were...
[ "return", "this", "sort", "by", ";" ]
[ "<", "p", ">", "the", "field", "to", "sort", "results", "by", "the", "default", "is", "<", "code", ">", "name", "<", "/", "code", ">", "<", "/", "p", ">" ]
[ "set", "sort", "by", "(", "sort", "by", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "field", "to", "sort", "results", "by", "the", "default", "is", "<", "code", ">", "name", "<", "/", "code", ">", "<", "/", "p", ">" ]
[ "this", "sort", "by", "=", "sort", "by", "to", "string", "(", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "order", "in", "which", "to", "sort", "the", "list", "results", ":", "<", "/", "p", ">", "<", "ul", ">", "<", "li", ">", "<", "p", ">", "ascending", ":", "ascending", "order", "<", "/", "p", ">", "<", "/", "li", ">", "...
[ "this", "sort", "order", "=", "sort", "order", ";" ]
[ "<", "p", ">", "the", "order", "in", "which", "to", "sort", "the", "list", "results", ":", "<", "/", "p", ">", "<", "ul", ">", "<", "li", ">", "<", "p", ">", "ascending", ":", "ascending", "order", "<", "/", "p", ">", "<", "/", "li", ">", "...
[ "return", "this", "sort", "order", ";" ]
[ "<", "p", ">", "the", "sort", "order", "for", "results", "<", "/", "p", ">" ]
[ "set", "sort", "order", "(", "sort", "order", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "sort", "order", "for", "results", "<", "/", "p", ">" ]
[ "this", "sort", "order", "=", "sort", "order", "to", "string", "(", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "when", "specified", "the", "vocabularies", "returned", "in", "the", "list", "are", "limited", "to", "vocabularies", "whose", "name", "contains", "the", "specified", "string", "the", "search", "is", "case", "-", "insensitive", "<", "code", ">"...
[ "this", "name", "contains", "=", "name", "contains", ";" ]
[ "<", "p", ">", "when", "specified", "the", "vocabularies", "returned", "in", "the", "list", "are", "limited", "to", "vocabularies", "whose", "name", "contains", "the", "specified", "string", "the", "search", "is", "case", "-", "insensitive", "<", "code", ">"...
[ "return", "this", "name", "contains", ";" ]
[ "<", "p", ">", "a", "string", "in", "the", "notebook", "instances", "name", "this", "filter", "returns", "only", "notebook", "instances", "whose", "name", "contains", "the", "specified", "string", "<", "/", "p", ">" ]
[ "set", "name", "contains", "(", "name", "contains", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "a", "filter", "that", "returns", "only", "training", "jobs", "created", "before", "the", "specified", "time", "(", "timestamp", ")", "<", "/", "p", ">" ]
[ "this", "creation", "time", "before", "=", "creation", "time", "before", ";" ]
[ "<", "p", ">", "a", "filter", "that", "returns", "only", "training", "jobs", "created", "before", "the", "specified", "time", "(", "timestamp", ")", "<", "/", "p", ">" ]
[ "return", "this", "creation", "time", "before", ";" ]
[ "<", "p", ">", "a", "filter", "that", "returns", "only", "notebook", "instances", "that", "were", "created", "before", "the", "specified", "time", "(", "timestamp", ")", "<", "/", "p", ">" ]
[ "set", "creation", "time", "before", "(", "creation", "time", "before", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "a", "filter", "that", "returns", "only", "training", "jobs", "created", "after", "the", "specified", "time", "(", "timestamp", ")", "<", "/", "p", ">" ]
[ "this", "creation", "time", "after", "=", "creation", "time", "after", ";" ]
[ "<", "p", ">", "a", "filter", "that", "returns", "only", "training", "jobs", "created", "after", "the", "specified", "time", "(", "timestamp", ")", "<", "/", "p", ">" ]
[ "return", "this", "creation", "time", "after", ";" ]
[ "<", "p", ">", "a", "filter", "that", "returns", "only", "notebook", "instances", "that", "were", "created", "after", "the", "specified", "time", "(", "timestamp", ")", "<", "/", "p", ">" ]
[ "set", "creation", "time", "after", "(", "creation", "time", "after", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "a", "filter", "that", "returns", "only", "training", "jobs", "modified", "before", "the", "specified", "time", "(", "timestamp", ")", "<", "/", "p", ">" ]
[ "this", "last", "modified", "time", "before", "=", "last", "modified", "time", "before", ";" ]
[ "<", "p", ">", "a", "filter", "that", "returns", "only", "training", "jobs", "modified", "before", "the", "specified", "time", "(", "timestamp", ")", "<", "/", "p", ">" ]
[ "return", "this", "last", "modified", "time", "before", ";" ]
[ "<", "p", ">", "a", "filter", "that", "returns", "only", "notebook", "instances", "that", "were", "modified", "before", "the", "specified", "time", "(", "timestamp", ")", "<", "/", "p", ">" ]
[ "set", "last", "modified", "time", "before", "(", "last", "modified", "time", "before", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "a", "filter", "that", "returns", "only", "training", "jobs", "modified", "after", "the", "specified", "time", "(", "timestamp", ")", "<", "/", "p", ">" ]
[ "this", "last", "modified", "time", "after", "=", "last", "modified", "time", "after", ";" ]
[ "<", "p", ">", "a", "filter", "that", "returns", "only", "training", "jobs", "modified", "after", "the", "specified", "time", "(", "timestamp", ")", "<", "/", "p", ">" ]
[ "return", "this", "last", "modified", "time", "after", ";" ]
[ "<", "p", ">", "a", "filter", "that", "returns", "only", "notebook", "instances", "that", "were", "modified", "after", "the", "specified", "time", "(", "timestamp", ")", "<", "/", "p", ">" ]
[ "set", "last", "modified", "time", "after", "(", "last", "modified", "time", "after", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "a", "filter", "that", "retrieves", "only", "training", "jobs", "with", "a", "specific", "status", "<", "/", "p", ">" ]
[ "this", "status", "equals", "=", "status", "equals", ";" ]
[ "<", "p", ">", "a", "filter", "that", "retrieves", "only", "training", "jobs", "with", "a", "specific", "status", "<", "/", "p", ">" ]
[ "return", "this", "status", "equals", ";" ]
[ "<", "p", ">", "a", "filter", "that", "returns", "only", "notebook", "instances", "with", "the", "specified", "status", "<", "/", "p", ">" ]
[ "set", "status", "equals", "(", "status", "equals", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "a", "filter", "that", "returns", "only", "notebook", "instances", "with", "the", "specified", "status", "<", "/", "p", ">" ]
[ "this", "status", "equals", "=", "status", "equals", "to", "string", "(", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "a", "string", "in", "the", "name", "of", "a", "notebook", "instances", "lifecycle", "configuration", "associated", "with", "this", "notebook", "instance", "this", "filter", "returns", "only", "notebook", "instances", "associated", "with", "a", ...
[ "this", "notebook", "instance", "lifecycle", "config", "name", "contains", "=", "notebook", "instance", "lifecycle", "config", "name", "contains", ";" ]
[ "<", "p", ">", "a", "string", "in", "the", "name", "of", "a", "notebook", "instances", "lifecycle", "configuration", "associated", "with", "this", "notebook", "instance", "this", "filter", "returns", "only", "notebook", "instances", "associated", "with", "a", ...
[ "return", "this", "notebook", "instance", "lifecycle", "config", "name", "contains", ";" ]
[ "<", "p", ">", "a", "string", "in", "the", "name", "of", "a", "notebook", "instances", "lifecycle", "configuration", "associated", "with", "this", "notebook", "instance", "this", "filter", "returns", "only", "notebook", "instances", "associated", "with", "a", ...
[ "set", "notebook", "instance", "lifecycle", "config", "name", "contains", "(", "notebook", "instance", "lifecycle", "config", "name", "contains", ")", ";", "return", "this", ";" ]
[ "shutdown", "the", "thread", "cleanly", "quietly", "we", "done" ]
[ "shutdown", "=", "true", ";", "interrupt", "(", ")", ";", "return", "this", ";" ]
[ "keycloak", "-", "518" ]
[ "test", "strategy", "test", "null", "bearer", "token", "(", ")", ";" ]
[ "keycloak", "-", "1368" ]
[ "test", "strategy", "test", "null", "bearer", "token", "custom", "error", "page", "(", ")", ";" ]
[ "keycloak", "-", "518" ]
[ "test", "strategy", "test", "bad", "user", "(", ")", ";" ]
[ "keycloak", "-", "732" ]
[ "test", "strategy", "test", "single", "session", "invalidated", "(", ")", ";" ]
[ "keycloak", "-", "741" ]
[ "test", "strategy", "test", "session", "invalidated", "after", "failed", "refresh", "(", ")", ";" ]
[ "keycloak", "-", "942" ]
[ "test", "strategy", "test", "admin", "application", "logout", "(", ")", ";" ]
[ "keycloak", "-", "1216" ]
[ "test", "strategy", "test", "account", "management", "sessions", "logout", "(", ")", ";" ]
[ "set", "a", "filter", "for", "file", "output", "stream" ]
[ "get", "file", "output", "stream", "(", ")", "set", "filter", "(", "output", "filter", ")", ";" ]
[ "set", "a", "filter", "for", "file", "error", "stream" ]
[ "get", "file", "error", "stream", "(", ")", "set", "filter", "(", "output", "filter", ")", ";" ]
[ "returns", "true", "if", "any", "output", "was", "recorded" ]
[ "return", "get", "file", "output", "stream", "(", ")", "has", "recorded", "output", "(", ")", "|", "|", "get", "file", "error", "stream", "(", ")", "has", "recorded", "output", "(", ")", ";" ]
[ "returns", "true", "if", "output", "was", "recorded", "on", "stdout" ]
[ "return", "get", "file", "output", "stream", "(", ")", "has", "recorded", "output", "(", ")", ";" ]
[ "returns", "true", "if", "output", "was", "recorded", "on", "stderr" ]
[ "return", "get", "file", "error", "stream", "(", ")", "has", "recorded", "output", "(", ")", ";" ]
[ "returns", "the", "{", "@", "link", "path", "}", "this", "out", "err", "uses", "to", "buffer", "stdout" ]
[ "return", "get", "file", "output", "stream", "(", ")", "get", "file", "(", ")", ";" ]
[ "returns", "the", "{", "@", "link", "path", "}", "this", "out", "err", "uses", "to", "buffer", "stderr" ]
[ "return", "get", "file", "error", "stream", "(", ")", "get", "file", "(", ")", ";" ]
[ "interprets", "the", "captured", "out", "content", "as", "an", "{" ]
[ "return", "get", "file", "output", "stream", "(", ")", "get", "recorded", "output", "(", ")", ";" ]
[ "interprets", "the", "captured", "err", "content", "as", "an", "{" ]
[ "return", "get", "file", "error", "stream", "(", ")", "get", "recorded", "output", "(", ")", ";" ]
[ "closes", "and", "deletes", "the", "error", "stream" ]
[ "get", "file", "error", "stream", "(", ")", "clear", "(", ")", ";" ]
[ "closes", "and", "deletes", "the", "out", "stream" ]
[ "get", "file", "output", "stream", "(", ")", "clear", "(", ")", ";" ]
[ "writes", "the", "captured", "out", "content", "to", "the", "given", "output", "stream", "avoiding", "keeping", "the", "entire", "contents", "in", "memory" ]
[ "get", "file", "output", "stream", "(", ")", "dump", "out", "(", "out", ")", ";" ]
[ "writes", "the", "captured", "out", "content", "to", "the", "given", "output", "stream", "avoiding", "keeping", "the", "entire", "contents", "in", "memory" ]
[ "get", "file", "error", "stream", "(", ")", "dump", "out", "(", "out", ")", ";" ]
[ "returns", "true", "if", "this", "file", "recording", "output", "stream", "has", "encountered", "an", "error" ]
[ "abstract", "boolean", "had", "error", "(", ")", ";" ]
[ "returns", "the", "file", "this", "file", "recording", "output", "stream", "is", "writing", "to" ]
[ "abstract", "path", "get", "file", "(", ")", ";" ]
[ "returns", "true", "if", "the", "file", "out", "err", "has", "stored", "output" ]
[ "abstract", "boolean", "has", "recorded", "output", "(", ")", ";" ]
[ "returns", "the", "output", "this", "abstract", "file", "out", "err", "has", "recorded" ]
[ "abstract", "string", "get", "recorded", "output", "(", ")", ";" ]
[ "writes", "the", "output", "to", "the", "given", "output", "stream", "avoiding", "keeping", "the", "entire", "contents", "in", "memory" ]
[ "abstract", "void", "dump", "out", "(", "output", "stream", "out", ")", ";" ]
[ "closes", "and", "deletes", "the", "output" ]
[ "abstract", "void", "clear", "(", ")", "throws", "i", "o", "exception", ";" ]
[ "set", "a", "filter", "for", "the", "output" ]
[ "abstract", "void", "set", "filter", "(", "output", "filter", "output", "filter", ")", ";" ]
[ "replaces", "the", "existing", "container", "under", "test", "with", "a", "new", "container", "created", "by", "the", "subject", "generator" ]
[ "return", "reset", "container", "(", "get", "subject", "generator", "(", ")", "create", "test", "subject", "(", ")", ")", ";" ]
[ "replaces", "the", "existing", "container", "under", "test", "with", "a", "new", "container", "this", "is", "useful", "when", "a", "single", "test", "method", "needs", "to", "create", "multiple", "containers", "while", "retaining", "the", "ability", "to", "use...
[ "container", "=", "new", "value", ";", "return", "container", ";" ]