docstring_tokens
list
code_tokens
list
[ "gets", "a", "static", "placeholder", "for", "the", "web", "application", "context", "name", "that", "is", "translated", "to", "the", "true", "servlet", "{" ]
[ "return", "url", "prefix", ";" ]
[ "sets", "the", "configuration", "s", "ctags", "command" ]
[ "this", "ctags", "=", "ctags", ";" ]
[ "sets", "the", "configuration", "s", "mandoc", "command" ]
[ "this", "mandoc", "=", "value", ";" ]
[ "get", "the", "max", "time", "a", "smc", "operation", "may", "use", "to", "avoid", "being", "cached" ]
[ "return", "thread", "config", "get", "(", ")", "get", "history", "cache", "time", "(", ")", ";" ]
[ "specify", "the", "maximum", "time", "a", "scm", "operation", "should", "take", "before", "it", "will", "be", "cached", "(", "in", "ms", ")" ]
[ "thread", "config", "get", "(", ")", "set", "history", "cache", "time", "(", "history", "reader", "time", "limit", ")", ";" ]
[ "is", "history", "cache", "currently", "enabled", "?" ]
[ "return", "thread", "config", "get", "(", ")", "is", "history", "cache", "(", ")", ";" ]
[ "specify", "if", "we", "should", "use", "history", "cache", "or", "not" ]
[ "thread", "config", "get", "(", ")", "set", "history", "cache", "(", "use", "history", "cache", ")", ";" ]
[ "should", "we", "generate", "html", "or", "not", "during", "the", "indexing", "phase" ]
[ "return", "thread", "config", "get", "(", ")", "is", "generate", "html", "(", ")", ";" ]
[ "specify", "if", "we", "should", "generate", "html", "or", "not", "during", "the", "indexing", "phase" ]
[ "thread", "config", "get", "(", ")", "set", "generate", "html", "(", "generate", "html", ")", ";" ]
[ "set", "if", "we", "should", "compress", "the", "xref", "files", "or", "not" ]
[ "thread", "config", "get", "(", ")", "set", "compress", "xref", "(", "compress", "xref", ")", ";" ]
[ "are", "we", "using", "compressed", "html", "files", "?" ]
[ "return", "thread", "config", "get", "(", ")", "is", "compress", "xref", "(", ")", ";" ]
[ "set", "the", "list", "of", "repositories" ]
[ "thread", "config", "get", "(", ")", "set", "repositories", "(", "repositories", ")", ";" ]
[ "search", "through", "the", "directory", "for", "repositories", "and", "use", "the", "result", "to", "replace", "the", "lists", "of", "repositories", "in", "both", "runtime", "environment", "/", "configuration", "and", "history", "guru" ]
[ "list", "<", "repository", "info", ">", "repos", "=", "new", "array", "list", "<", ">", "(", "history", "guru", "get", "instance", "(", ")", "add", "repositories", "(", "new", "file", "[", "]", "{", "new", "file", "(", "dir", ")", "}", ",", "runtime", "environment", "get", "instance", "(", ")", "get", "ignored", "names", "(", ")", ")", ")", ";", "runtime", "environment", "get", "instance", "(", ")", "set", "repositories", "(", "repos", ")", ";" ]
[ "add", "repositories", "to", "the", "list" ]
[ "thread", "config", "get", "(", ")", "add", "repositories", "(", "repositories", ")", ";" ]
[ "set", "the", "projects", "that", "are", "specified", "to", "be", "the", "default", "projects", "to", "use", "the", "default", "projects", "are", "the", "projects", "you", "will", "search", "(", "from", "the", "web", "application", ")", "if", "the", "page", "request", "didn", "t", "contain", "the", "cookie" ]
[ "thread", "config", "get", "(", ")", "set", "default", "projects", "(", "default", "project", ")", ";" ]
[ "get", "the", "projects", "that", "are", "specified", "to", "be", "the", "default", "projects", "to", "use", "the", "default", "projects", "are", "the", "projects", "you", "will", "search", "(", "from", "the", "web", "application", ")", "if", "the", "page", "request", "didn", "t", "contain", "the", "cookie" ]
[ "return", "thread", "config", "get", "(", ")", "get", "default", "projects", "(", ")", ";" ]
[ "set", "the", "size", "of", "buffer", "which", "will", "determine", "when", "the", "docs", "are", "flushed", "to", "disk", "specify", "size", "in", "mb", "please", "16mb", "is", "default", "note", "that", "this", "is", "per", "thread", "(", "lucene", "uses", "8", "threads", "by", "default", "in", "4", "x", ")" ]
[ "thread", "config", "get", "(", ")", "set", "ram", "buffer", "size", "(", "ram", "buffer", "size", ")", ";" ]
[ "is", "the", "progress", "print", "flag", "turned", "on", "?" ]
[ "return", "thread", "config", "get", "(", ")", "is", "print", "progress", "(", ")", ";" ]
[ "set", "the", "printing", "of", "progress", "%", "flag", "(", "user", "convenience", ")" ]
[ "thread", "config", "get", "(", ")", "set", "print", "progress", "(", "print", "p", ")", ";" ]
[ "specify", "if", "a", "search", "may", "start", "with", "a", "wildcard", "note", "that", "queries", "that", "start", "with", "a", "wildcard", "will", "give", "a", "significant", "impact", "on", "the", "search", "performance" ]
[ "thread", "config", "get", "(", ")", "set", "allow", "leading", "wildcard", "(", "allow", "leading", "wildcard", ")", ";" ]
[ "is", "leading", "wildcards", "allowed", "?" ]
[ "return", "thread", "config", "get", "(", ")", "is", "allow", "leading", "wildcard", "(", ")", ";" ]
[ "returns", "the", "user", "page", "for", "the", "history", "listing" ]
[ "return", "thread", "config", "get", "(", ")", "get", "user", "page", "(", ")", ";" ]
[ "get", "the", "client", "command", "to", "use", "to", "access", "the", "repository", "for", "the", "given", "fully", "qualified", "classname" ]
[ "return", "thread", "config", "get", "(", ")", "get", "repo", "cmd", "(", "clazz", "name", ")", ";" ]
[ "set", "the", "client", "command", "to", "use", "to", "access", "the", "repository", "for", "the", "given", "fully", "qualified", "classname" ]
[ "return", "thread", "config", "get", "(", ")", "set", "repo", "cmd", "(", "clazz", "name", ",", "cmd", ")", ";" ]
[ "sets", "the", "user", "page", "for", "the", "history", "listing" ]
[ "thread", "config", "get", "(", ")", "set", "user", "page", "(", "user", "page", ")", ";" ]
[ "returns", "the", "user", "page", "suffix", "for", "the", "history", "listing" ]
[ "return", "thread", "config", "get", "(", ")", "get", "user", "page", "suffix", "(", ")", ";" ]
[ "sets", "the", "user", "page", "suffix", "for", "the", "history", "listing" ]
[ "thread", "config", "get", "(", ")", "set", "user", "page", "suffix", "(", "user", "page", "suffix", ")", ";" ]
[ "returns", "the", "bug", "page", "for", "the", "history", "listing" ]
[ "return", "thread", "config", "get", "(", ")", "get", "bug", "page", "(", ")", ";" ]
[ "sets", "the", "bug", "page", "for", "the", "history", "listing" ]
[ "thread", "config", "get", "(", ")", "set", "bug", "page", "(", "bug", "page", ")", ";" ]
[ "returns", "the", "bug", "regex", "for", "the", "history", "listing" ]
[ "return", "thread", "config", "get", "(", ")", "get", "bug", "pattern", "(", ")", ";" ]
[ "sets", "the", "bug", "regex", "for", "the", "history", "listing" ]
[ "thread", "config", "get", "(", ")", "set", "bug", "pattern", "(", "bug", "pattern", ")", ";" ]
[ "returns", "the", "review", "(", "arc", ")", "page", "for", "the", "history", "listing" ]
[ "return", "thread", "config", "get", "(", ")", "get", "review", "page", "(", ")", ";" ]
[ "sets", "the", "review", "(", "arc", ")", "page", "for", "the", "history", "listing" ]
[ "thread", "config", "get", "(", ")", "set", "review", "page", "(", "review", "page", ")", ";" ]
[ "returns", "the", "review", "(", "arc", ")", "regex", "for", "the", "history", "listing" ]
[ "return", "thread", "config", "get", "(", ")", "get", "review", "pattern", "(", ")", ";" ]
[ "sets", "the", "review", "(", "arc", ")", "regex", "for", "the", "history", "listing" ]
[ "thread", "config", "get", "(", ")", "set", "review", "pattern", "(", "review", "pattern", ")", ";" ]
[ "gets", "the", "value", "of", "{" ]
[ "int", "parallelism", "=", "thread", "config", "get", "(", ")", "get", "indexing", "parallelism", "(", ")", ";", "return", "parallelism", "<", "1", "?", "runtime", "get", "runtime", "(", ")", "available", "processors", "(", ")", ":", "parallelism", ";" ]
[ "gets", "the", "value", "of", "{" ]
[ "int", "parallelism", "=", "thread", "config", "get", "(", ")", "get", "history", "parallelism", "(", ")", ";", "return", "parallelism", "<", "1", "?", "runtime", "get", "runtime", "(", ")", "available", "processors", "(", ")", ":", "parallelism", ";" ]
[ "gets", "the", "value", "of", "{" ]
[ "int", "parallelism", "=", "thread", "config", "get", "(", ")", "get", "history", "renamed", "parallelism", "(", ")", ";", "return", "parallelism", "<", "1", "?", "runtime", "get", "runtime", "(", ")", "available", "processors", "(", ")", ":", "parallelism", ";" ]
[ "return", "whether", "e", "-", "mail", "addresses", "should", "be", "obfuscated", "in", "the", "xref" ]
[ "return", "thread", "config", "get", "(", ")", "is", "obfuscating", "e", "mail", "addresses", "(", ")", ";" ]
[ "set", "whether", "e", "-", "mail", "addresses", "should", "be", "obfuscated", "in", "the", "xref" ]
[ "thread", "config", "get", "(", ")", "set", "obfuscating", "e", "mail", "addresses", "(", "obfuscate", ")", ";" ]
[ "should", "status", "jsp", "print", "internal", "settings", "like", "paths", "and", "database", "u", "r", "ls", "?" ]
[ "return", "thread", "config", "get", "(", ")", "is", "chatty", "status", "page", "(", ")", ";" ]
[ "set", "whether", "status", "jsp", "should", "print", "internal", "settings" ]
[ "thread", "config", "get", "(", ")", "set", "chatty", "status", "page", "(", "chatty", ")", ";" ]
[ "be", "sent", "to", "the", "webapp", ")", "so", "store", "it", "only", "in", "the", "runtime", "environment" ]
[ "config", "u", "r", "i", "=", "host", ";" ]
[ "gets", "the", "total", "number", "of", "context", "lines", "per", "file", "to", "show", ":", "either", "the", "last", "value", "passed", "successfully", "to", "{" ]
[ "return", "context", "limit", "!", "=", "null", "?", "context", "limit", ":", "thread", "config", "get", "(", ")", "get", "context", "limit", "(", ")", ";" ]
[ "gets", "the", "number", "of", "context", "lines", "to", "show", "before", "or", "after", "any", "match", ":", "either", "the", "last", "value", "passed", "successfully", "to", "{" ]
[ "return", "context", "surround", "!", "=", "null", "?", "context", "surround", ":", "thread", "config", "get", "(", ")", "get", "context", "surround", "(", ")", ";" ]
[ "read", "an", "configuration", "file", "and", "set", "it", "as", "the", "current", "configuration" ]
[ "set", "configuration", "(", "configuration", "read", "(", "file", ")", ")", ";" ]
[ "read", "configuration", "from", "a", "file", "and", "put", "it", "into", "effect" ]
[ "set", "configuration", "(", "configuration", "read", "(", "file", ")", ",", "null", ",", "interactive", ")", ";" ]
[ "write", "the", "current", "configuration", "to", "a", "file" ]
[ "thread", "config", "get", "(", ")", "write", "(", "file", ")", ";" ]
[ "generate", "a", "tree", "map", "of", "projects", "with", "corresponding", "repository", "information" ]
[ "repository", "map", "clear", "(", ")", ";", "for", "(", "repository", "info", "r", ":", "get", "repositories", "(", ")", ")", "{", "project", "proj", ";", "string", "repo", "path", ";", "try", "{", "repo", "path", "=", "get", "path", "relative", "to", "source", "root", "(", "new", "file", "(", "r", "get", "directory", "name", "(", ")", ")", ",", "0", ")", ";", "}", "catch", "(", "forbidden", "symlink", "exception", "e", ")", "{", "logger", "log", "(", "level", "finer", ",", "e", "get", "message", "(", ")", ")", ";", "continue", ";", "}", "if", "(", "(", "proj", "=", "project", "get", "project", "(", "repo", "path", ")", ")", "!", "=", "null", ")", "{", "list", "<", "repository", "info", ">", "values", "=", "repository", "map", "compute", "if", "absent", "(", "proj", ",", "k", "-", ">", "new", "array", "list", "<", ">", "(", ")", ")", ";", "values", "add", "(", "r", ")", ";", "}", "}" ]
[ "sets", "the", "configuration", "and", "performs", "necessary", "actions" ]
[ "set", "configuration", "(", "configuration", ",", "null", ",", "false", ")", ";" ]
[ "sets", "the", "configuration", "and", "performs", "necessary", "actions" ]
[ "set", "configuration", "(", "configuration", ",", "null", ",", "interactive", ")", ";" ]
[ "reload", "the", "content", "of", "all", "include", "files" ]
[ "configuration", "get", "body", "include", "file", "content", "(", "true", ")", ";", "configuration", "get", "header", "include", "file", "content", "(", "true", ")", ";", "configuration", "get", "footer", "include", "file", "content", "(", "true", ")", ";", "configuration", "get", "forbidden", "include", "file", "content", "(", "true", ")", ";" ]
[ "dump", "statistics", "in", "json", "format", "into", "an", "output", "stream" ]
[ "out", "write", "(", "util", "statistic", "to", "json", "(", "get", "statistics", "(", ")", ")", "to", "j", "s", "o", "n", "string", "(", ")", "get", "bytes", "(", ")", ")", ";" ]
[ "load", "statistics", "from", "an", "input", "stream" ]
[ "try", "(", "input", "stream", "reader", "i", "reader", "=", "new", "input", "stream", "reader", "(", "in", ")", ")", "{", "j", "s", "o", "n", "parser", "json", "parser", "=", "new", "j", "s", "o", "n", "parser", "(", ")", ";", "set", "statistics", "(", "util", "json", "to", "statistics", "(", "(", "j", "s", "o", "n", "object", ")", "json", "parser", "parse", "(", "i", "reader", ")", ")", ")", ";", "}" ]
[ "return", "the", "authorization", "framework", "used", "in", "this", "environment" ]
[ "if", "(", "auth", "framework", "=", "=", "null", ")", "{", "auth", "framework", "=", "new", "authorization", "framework", "(", "get", "plugin", "directory", "(", ")", ",", "get", "plugin", "stack", "(", ")", ")", ";", "}", "return", "auth", "framework", ";" ]
[ "set", "the", "authorization", "framework", "for", "this", "environment", "unload", "all", "previously", "load", "plugins" ]
[ "if", "(", "this", "auth", "framework", "!", "=", "null", ")", "{", "this", "auth", "framework", "remove", "all", "(", ")", ";", "}", "this", "auth", "framework", "=", "fw", ";" ]
[ "get", "the", "default", "set", "of", "messages", "for", "the", "main", "tag" ]
[ "return", "messages", "container", "get", "messages", "(", ")", ";" ]
[ "get", "the", "set", "of", "messages", "for", "the", "arbitrary", "tag" ]
[ "return", "messages", "container", "get", "messages", "(", "tag", ")", ";" ]
[ "add", "a", "message", "to", "the", "application", "also", "schedules", "a", "expiration", "timer", "to", "remove", "this", "message", "after", "its", "expiration" ]
[ "messages", "container", "add", "message", "(", "message", ")", ";" ]
[ "remove", "all", "messages", "containing", "at", "least", "one", "of", "the", "tags" ]
[ "messages", "container", "remove", "any", "message", "(", "tags", ")", ";" ]
[ "returns", "the", "error", "code" ]
[ "return", "this", "error", "code", ";" ]
[ "returns", "the", "error", "description" ]
[ "return", "this", "description", ";" ]
[ "returns", "the", "error", "uri" ]
[ "return", "this", "uri", ";" ]
[ "override", "this", "method", "and", "return", "if", "the", "current", "input", "token", "should", "be", "returned", "by", "{" ]
[ "protected", "abstract", "boolean", "accept", "(", ")", "throws", "i", "o", "exception", ";" ]
[ "check", "that", "a", "substring", "is", "present", "in", "an", "error", "message" ]
[ "try", "{", "get", "package", "(", "package", "name", ")", ";", "fail", "(", ")", ";", "}", "catch", "(", "no", "such", "package", "exception", "e", ")", "{", "assert", "that", "(", "e", ")", "has", "message", "that", "(", ")", "contains", "(", "expected", "message", ")", ";", "}" ]
[ "required", "for", "mark", "/", "reset" ]
[ "return", "out", ";" ]
[ "required", "for", "mark", "/", "reset" ]
[ "+", "+", "num", "records", "written", ";", "decompressed", "bytes", "written", "+", "=", "length", ";" ]
[ "read", "upto", "len", "bytes", "into", "buf", "starting", "at", "offset", "off" ]
[ "int", "bytes", "read", "=", "0", ";", "while", "(", "bytes", "read", "<", "len", ")", "{", "int", "n", "=", "i", "o", "utils", "wrapped", "read", "for", "compressed", "data", "(", "in", ",", "buf", ",", "off", "+", "bytes", "read", ",", "len", "-", "bytes", "read", ")", ";", "if", "(", "n", "<", "0", ")", "{", "return", "bytes", "read", ";", "}", "bytes", "read", "+", "=", "n", ";", "}", "return", "len", ";" ]
[ "<", "p", ">", "a", "list", "of", "crawler", "metadata", "<", "/", "p", ">" ]
[ "return", "crawlers", ";" ]
[ "<", "p", ">", "a", "list", "of", "crawler", "metadata", "<", "/", "p", ">" ]
[ "if", "(", "crawlers", "=", "=", "null", ")", "{", "this", "crawlers", "=", "null", ";", "return", ";", "}", "this", "crawlers", "=", "new", "java", "util", "array", "list", "<", "crawler", ">", "(", "crawlers", ")", ";" ]
[ "<", "p", ">", "a", "list", "of", "crawler", "metadata", "<", "/", "p", ">", "<", "p", ">", "<", "b", ">", "note", ":", "<", "/", "b", ">", "this", "method", "appends", "the", "values", "to", "the", "existing", "list", "(", "if", "any", ")", "use", "{", "@", "link", "#", "set", "crawlers", "(", "java", "util", "collection", ")", "}", "or", "{", "@", "link", "#", "with", "crawlers", "(", "java", "util", "collection", ")", "}", "if", "you", "want", "to", "override", "the", "existing", "values", "<", "/", "p", ">" ]
[ "if", "(", "this", "crawlers", "=", "=", "null", ")", "{", "set", "crawlers", "(", "new", "java", "util", "array", "list", "<", "crawler", ">", "(", "crawlers", "length", ")", ")", ";", "}", "for", "(", "crawler", "ele", ":", "crawlers", ")", "{", "this", "crawlers", "add", "(", "ele", ")", ";", "}", "return", "this", ";" ]
[ "<", "p", ">", "a", "list", "of", "crawler", "metadata", "<", "/", "p", ">" ]
[ "set", "crawlers", "(", "crawlers", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "a", "continuation", "token", "if", "the", "returned", "list", "has", "not", "reached", "the", "end", "of", "those", "defined", "in", "this", "customer", "account", "<", "/", "p", ">" ]
[ "set", "next", "token", "(", "next", "token", ")", ";", "return", "this", ";" ]
[ "specifies", "what", "type", "of", "requested", "indices", "to", "ignore", "and", "wildcard", "indices", "expressions", "<", "p", ">", "for", "example", "indices", "that", "don", "t", "exist" ]
[ "request", "indices", "options", "(", "options", ")", ";", "return", "this", ";" ]
[ "if", "verify", "access", "fails", "the", "upload", "should", "fail" ]
[ "shared", "cache", "uploader", "spied", "=", "create", "spied", "uploader", "(", ")", ";", "do", "return", "(", "false", ")", "when", "(", "spied", ")", "verify", "access", "(", ")", ";", "assert", "false", "(", "spied", "call", "(", ")", ")", ";" ]
[ "delegates", "to", "the", "{" ]
[ "try", "(", "table", "table", "=", "endpoint", "get", "table", "(", ")", ")", "{", "endpoint", "get", "remove", "handler", "(", ")", "remove", "(", "table", ",", "row", ")", ";", "}" ]
[ "an", "instance", "of", "org", "apache", "camel", "component", "hbase", "model", "h", "base", "row", "which", "describes", "how", "each", "row", "should", "be", "modeled" ]
[ "this", "row", "model", "=", "row", "model", ";" ]
[ "do", "process", "pipeline", "stage", "subclasses", "should", "override", "this", "method" ]
[ "protected", "abstract", "void", "do", "process", "(", ")", "throws", "exception", ";" ]
[ "{" ]
[ "return", "true", ";" ]
[ "gets", "the", "fitness", "score" ]
[ "return", "fitness", "score", ";" ]
[ "set", "the", "fitness", "score", "for", "this", "chromosome" ]
[ "this", "fitness", "score", "=", "fitness", "score", ";" ]
[ "gets", "the", "gene", "keys", "(", "ie", ":", "primary", "keys", ")", "for", "this", "chromosome" ]
[ "return", "genes", ";" ]
[ "set", "the", "gene", "keys", "(", "ie", ":", "primary", "keys", ")" ]
[ "this", "genes", "=", "genes", ";" ]
[ "sets", "the", "base", "packages", "where", "spring", "annotation", "scanning", "is", "performed", "you", "can", "separate", "multiple", "packages", "using", "comma", "or", "semi", "colon" ]
[ "based", "packages", "=", "config", ";" ]
[ "sets", "the", "name", "of", "spring", "<", "tt", ">" ]
[ "config", "classes", "=", "config", ";" ]
[ "sets", "the", "spring", "<", "tt", ">" ]
[ "this", "config", "class", "=", "config", "class", ";" ]
[ "returns", "the", "id", "of", "the", "device", "this", "id", "is", "generated", "by", "the", "midi", "service", "and", "is", "not", "persistent", "across", "device", "unplugs" ]
[ "return", "m", "id", ";" ]
[ "returns", "the", "interface", "s", "name" ]
[ "return", "m", "name", ";" ]
[ "returns", "the", "self", "-", "powered", "attribute", "value", "configuration", "s", "attributes", "field", "this", "attribute", "indicates", "that", "the", "device", "has", "a", "power", "source", "other", "than", "the", "usb", "connection" ]
[ "return", "(", "m", "attributes", "&", "attr", "self", "powered", ")", "!", "=", "0", ";" ]
[ "returns", "the", "remote", "-", "wakeup", "attribute", "value", "configuration", "s", "attributes", "field", "this", "attributes", "that", "the", "device", "may", "signal", "the", "host", "to", "wake", "from", "suspend" ]
[ "return", "(", "m", "attributes", "&", "attr", "remote", "wakeup", ")", "!", "=", "0", ";" ]
[ "returns", "the", "endpoint", "s", "attributes", "field" ]
[ "return", "m", "attributes", ";" ]
[ "returns", "the", "configuration", "s", "max", "power", "consumption", "in", "milliamps" ]
[ "return", "m", "max", "power", "*", "2", ";" ]
[ "returns", "the", "number", "of", "{", "@", "link", "usb", "interface", "}", "s", "this", "configuration", "contains" ]
[ "return", "m", "interfaces", "length", ";" ]
[ "returns", "the", "{", "@", "link", "usb", "interface", "}", "at", "the", "given", "index" ]
[ "return", "(", "usb", "interface", ")", "m", "interfaces", "[", "index", "]", ";" ]
[ "set", "the", "class", "-", "file", "for", "the", "implementation", "of", "safe", "browsing", "api", "handler", "to", "use", "when", "the", "safe", "browsing", "api", "is", "invoked" ]
[ "s", "handler", "=", "handler", ";" ]
[ "called", "before", "{" ]
[ "public", "abstract", "void", "pre", "parse", "(", "parse", "context", "context", ")", "throws", "i", "o", "exception", ";" ]
[ "whether", "the", "component", "should", "resolve", "property", "placeholders", "on", "itself", "when", "starting", "only", "properties", "which", "are", "of", "string", "type", "can", "use", "property", "placeholders" ]
[ "this", "resolve", "property", "placeholders", "=", "resolve", "property", "placeholders", ";" ]
[ "whether", "the", "component", "should", "resolve", "property", "placeholders", "on", "itself", "when", "starting", "only", "properties", "which", "are", "of", "string", "type", "can", "use", "property", "placeholders" ]
[ "return", "resolve", "property", "placeholders", ";" ]
[ "a", "factory", "method", "allowing", "derived", "components", "to", "create", "a", "new", "endpoint", "from", "the", "given", "uri", "remaining", "path", "and", "optional", "parameters" ]
[ "protected", "abstract", "endpoint", "create", "endpoint", "(", "string", "uri", ",", "string", "remaining", ",", "map", "<", "string", ",", "object", ">", "parameters", ")", "throws", "exception", ";" ]
[ "sets", "the", "bean", "properties", "on", "the", "given", "bean" ]
[ "set", "properties", "(", "get", "camel", "context", "(", ")", ",", "bean", ",", "parameters", ")", ";" ]